summaryrefslogtreecommitdiff
path: root/pcr/apertium/apertium-br-fr
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-br-fr
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-br-fr')
-rw-r--r--pcr/apertium/apertium-br-fr/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/apertium/apertium-br-fr/PKGBUILD b/pcr/apertium/apertium-br-fr/PKGBUILD
deleted file mode 100644
index c1b2d274d..000000000
--- a/pcr/apertium/apertium-br-fr/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
-# Maintainer: Kevin Brubeck Unhammer <unhammer@gmail.com>
-pkgname=apertium-br-fr
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Apertium language data for the Breton-French translator."
-url="http://apertium.org"
-license=('GPL')
-makedepends=('pkgconfig')
-depends=('lttoolbox>=3.2' 'apertium>=3.2' 'vislcg3>=0.9.7.7823')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/apertium/${pkgname}-${pkgver}.tar.gz")
-md5sums=('65992f979f243e1f6a0f0b850b5a8a10')
-
-build() {
- mkdir -p "$pkgdir/usr/share/apertium/modes"
-
- cd "$srcdir/$pkgname-$pkgver"
-
- export PATH="/usr/bin:${PATH}" # override /usr/local/bin
- ./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