summaryrefslogtreecommitdiff
path: root/pcr/apertium/apertium-eu-es/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-20 19:16:04 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-20 19:16:04 +0100
commit9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2 (patch)
tree6c4b0c48e04eff116a476ade577eb2484132e292 /pcr/apertium/apertium-eu-es/PKGBUILD
parent1f2e04ab21753fc2764036aa3c62f4ee6d73dece (diff)
downloadabslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.tar.gz
abslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.tar.bz2
abslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.zip
pcr/apertium: updated to 3.4.2
Diffstat (limited to 'pcr/apertium/apertium-eu-es/PKGBUILD')
-rw-r--r--pcr/apertium/apertium-eu-es/PKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/pcr/apertium/apertium-eu-es/PKGBUILD b/pcr/apertium/apertium-eu-es/PKGBUILD
deleted file mode 100644
index f4c002690..000000000
--- a/pcr/apertium/apertium-eu-es/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
-# Maintainer: Kevin Brubeck Unhammer <unhammer@gmail.com>
-pkgname=apertium-eu-es
-pkgver=0.3.1
-pkgrel=2
-pkgdesc="Apertium language data for the Basque-Spanish translator."
-url="http://apertium.org"
-license=('GPL')
-makedepends=('pkgconfig' 'autoconf')
-depends=('lttoolbox>=3.0' 'apertium>=3.0')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/apertium/${pkgname}-${pkgver}.tar.gz"
- "Makefile.am.patch"
- "configure.ac.patch")
-md5sums=('990cbc06d639d7e1ecda0132405fe07a'
- '7ce5bc046e8b9d3b23134332fee6143c'
- '846c24b12b3528ae9e257b8d3c6796a8')
-
-build() {
- patch -p0 < Makefile.am.patch
- patch -p0 < configure.ac.patch
-
- mkdir -p "$pkgdir/usr/share/apertium/modes"
-
- cd "$srcdir/$pkgname-$pkgver"
-
- autoreconf -i
-
- ./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