summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Rydzewski2018-03-04 10:39:01 +0100
committerJan Rydzewski2018-03-04 10:39:01 +0100
commit1c321b61a8258b134643b7ced5f467eafdd71709 (patch)
tree2037e8959ed260284e30fd9daac919293c2d007b
parent13885547d26d904351feaa22faf0e6a942adca0a (diff)
downloadaur-1c321b61a8258b134643b7ced5f467eafdd71709.tar.gz
Changed morfeuszbuilder pkgdesc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1401bbda329e..f0211c805cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = morfeusz2
pkgdesc = Morphological analyser Morfeusz
pkgver = 20180204
- pkgrel = 1
+ pkgrel = 2
url = http://sgjp.pl/morfeusz/
arch = x86_64
license = BSD
@@ -16,6 +16,7 @@ pkgname = morfeusz2
depends = gcc-libs
pkgname = python2-morfeuszbuilder
+ pkgdesc = Morfeusz dictionary builder
arch = any
depends = python2
depends = python2-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index 657944d95032..15bdb3463fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(morfeusz2 python2-morfeuszbuilder)
pkgver=20180204
-pkgrel=1
+pkgrel=2
pkgdesc="Morphological analyser Morfeusz"
arch=('x86_64')
url='http://sgjp.pl/morfeusz/'
@@ -34,14 +34,17 @@ function build {
function package_morfeusz2 {
depends=('gcc-libs')
+
cd "$srcdir/trunk"
make DESTDIR="$pkgdir/" install
install -D -t "$pkgdir/usr/share/licenses/morfeusz2" "$srcdir/LICENCE"
}
function package_python2-morfeuszbuilder {
+ pkgdesc="Morfeusz dictionary builder"
depends=('python2' 'python2-pyparsing')
arch=('any')
+
cd "$srcdir/trunk/fsabuilder"
python2 setup.py install --root="$pkgdir/" --optimize=1
install -D -t "$pkgdir/usr/share/licenses/python2-morfeuszbuilder" "$srcdir/LICENCE"