summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2016-02-10 19:04:15 +0100
committerMaarten van Gompel2016-02-10 19:04:15 +0100
commit1eda7b174d5c321b42a1e5dda843d106b9380a46 (patch)
treef8d8de17513e0f439cf78e4d0548abd3766447d1 /PKGBUILD
parent87c6df22faeee9dfece4aa8cc7cf68823ff63bb4 (diff)
downloadaur-1eda7b174d5c321b42a1e5dda843d106b9380a46.tar.gz
update
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
}