summaryrefslogtreecommitdiff
path: root/pcr/apertium-en-es-git/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-10 18:55:52 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-10 18:55:52 +0100
commitb401b75a1203c9fbc02de75d4718531d931a9283 (patch)
tree8d349b80bcf7d224c52837f94f6c2ee2b9d52a2d /pcr/apertium-en-es-git/PKGBUILD
parent15f77009c7a5c47704dbf0b40f8a77cc358e08cc (diff)
downloadabslibre-b401b75a1203c9fbc02de75d4718531d931a9283.tar.gz
abslibre-b401b75a1203c9fbc02de75d4718531d931a9283.tar.bz2
abslibre-b401b75a1203c9fbc02de75d4718531d931a9283.zip
pcr/apertium: updated to 3.5.2
Diffstat (limited to 'pcr/apertium-en-es-git/PKGBUILD')
-rw-r--r--pcr/apertium-en-es-git/PKGBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/pcr/apertium-en-es-git/PKGBUILD b/pcr/apertium-en-es-git/PKGBUILD
deleted file mode 100644
index f7f20e95d..000000000
--- a/pcr/apertium-en-es-git/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor (AUR): Kevin Brubeck Unhammer <unhammer@fsfe.org>
-# Maintainer (AUR): Kevin Brubeck Unhammer <unhammer@fsfe.org>
-
-# parabola changes and rationale:
-# no changes
-# NOTE: the AUR PKGBUILD patches the autotools files
-# but it was using a version of 'apertium-en-es' from 2011
-# so i did not take the patches
-
-
-pkgname=apertium-en-es-git
-pkgver=d0a72e428a23081aaf479d00f30d63053a149cce
-pkgrel=1
-pkgdesc="Apertium translation pair for English and Spanish"
-url="http://apertium.org"
-license=('GPL2')
-makedepends=('apertium-lex-tools')
-depends=('apertium>=3.4')
-arch=('i686' 'x86_64' 'armv7h')
-source=(https://github.com/apertium/apertium-en-es/archive/${pkgver}.zip)
-md5sums=('e07b933c9b3afb7526e342dfa05f7999')
-sha256sums=('ddee8430463c796a85b3c6fb42735dc7352941a403564f5808e7479ba7895d27')
-
-_builddir="${pkgname/%-git}-$pkgver"
-
-
-build()
-{
- cd "$srcdir/$_builddir"
-
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package()
-{
- cd "$srcdir/$_builddir"
-
- make DESTDIR="$pkgdir/" install
-}