summaryrefslogtreecommitdiff
path: root/pcr/apertium/apertium-es-ro/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-es-ro/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-es-ro/PKGBUILD')
-rw-r--r--pcr/apertium/apertium-es-ro/PKGBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/pcr/apertium/apertium-es-ro/PKGBUILD b/pcr/apertium/apertium-es-ro/PKGBUILD
deleted file mode 100644
index b5fb54588..000000000
--- a/pcr/apertium/apertium-es-ro/PKGBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
-# Maintainer: Kevin Brubeck Unhammer <unhammer@gmail.com>
-pkgname=apertium-es-ro
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Apertium language data for the Spanish-Romanian 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"
- "trules.patch")
-md5sums=('9de6e21ddf8dfb65a6b09b430e8ab600'
- 'e0d964dad84346f98b500505d428b687'
- 'f4067b2a28d94dc08feff01a41f2d107'
- '0a6caa9170cca54ba1146803e6cdb1e6')
-
-build() {
- patch -p0 < Makefile.am.patch
- patch -p0 < configure.ac.patch
- patch -p0 < trules.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