summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b818df78ee7..213c198a2d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,23 @@
pkgname=ticcutils
pkgver=0.7
-pkgrel=2
-pkgdesc="Common library with functions for tools developed at Tilburg Centre for Cognition and Communication"
+pkgrel=3
+pkgdesc="Common library with functions for tools developed at Tilburg Centre for Cognition and Communication (Tilburg University) and Centre for Language and Speech Technology (Radboud University Nijmegen)"
arch=('i686' 'x86_64')
-url="http://ilk.uvt.nl/"
+url="https://github.com/LanguageMachines/ticcutils"
license=('GPL')
depends=('gcc-libs' 'libxml2' 'bzip2' 'libtar' 'boost')
-makedepends=('libtool' 'autoconf')
+makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
+_gituser="LanguageMachines"
+_gitname="ticcutils"
source=(http://software.ticc.uvt.nl/${pkgname}-${pkgver}.tar.gz)
noextract=()
md5sums=('812370bce2b4cefb48b16ec863e70825')
build() {
cd $srcdir/$pkgname-$pkgver
+ bash bootstrap.sh
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
make || return 1
}