summaryrefslogtreecommitdiff
path: root/pcr/apertium/apertium-nn-nb/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-nn-nb/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-nn-nb/PKGBUILD')
-rw-r--r--pcr/apertium/apertium-nn-nb/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/apertium/apertium-nn-nb/PKGBUILD b/pcr/apertium/apertium-nn-nb/PKGBUILD
deleted file mode 100644
index 44118be73..000000000
--- a/pcr/apertium/apertium-nn-nb/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
-# Maintainer: Kevin Brubeck Unhammer <unhammer@gmail.com>
-pkgname=apertium-nn-nb
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Apertium language data for the Norwegian Nynorsk-Norwegian Bokmål translator."
-url="http://wiki.apertium.org/wiki/Norwegian_Nynorsk_and_Norwegian_Bokmål"
-license=('GPL')
-makedepends=('pkgconfig')
-depends=('lttoolbox>=3.2.0' 'apertium>=3.2.0' 'vislcg3>=0.9.7.6010')
-# TODO: This package must be recompiled for _every_ new vislcg3 release (that's just the vislcg3 policy)
-optdepends=('lttoolbox-java: for compound analysis (use mode nb-nn-cp or nb-nn_a-cp)')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/apertium/${pkgname}-${pkgver}.tar.gz")
-md5sums=('708ece31d9017963f2adac14a30fdf62')
-
-build() {
- 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