summaryrefslogtreecommitdiff
path: root/pcr/apertium/apertium-es-ast/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/apertium/apertium-es-ast/PKGBUILD')
-rw-r--r--pcr/apertium/apertium-es-ast/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/apertium/apertium-es-ast/PKGBUILD b/pcr/apertium/apertium-es-ast/PKGBUILD
deleted file mode 100644
index e2bd8e815..000000000
--- a/pcr/apertium/apertium-es-ast/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
-# Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org>
-pkgname=apertium-es-ast
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Apertium language data for the Spanish-Asturian translator."
-url="http://apertium.org"
-license=('GPL')
-makedepends=('pkgconfig')
-depends=('lttoolbox>=3.0' 'apertium>=3.0')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/apertium/apertium-es-ast_NO-PN-${pkgver}.tar.gz")
-md5sums=('3e94345c525b2c6de87a50d599f1ce04')
-
-build() {
- mkdir -p "$pkgdir/usr/share/apertium/modes"
-
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR="$pkgdir/" install || return 1
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-} \ No newline at end of file