summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a41fe04a0be..9dd0f1e6e6ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Feb 10 18:04:14 UTC 2016
pkgbase = ticcutils
- pkgdesc = Common library with functions for tools developed at Tilburg Centre for Cognition and Communication
+ 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)
pkgver = 0.7
- pkgrel = 2
- url = http://ilk.uvt.nl/
+ pkgrel = 3
+ url = https://github.com/LanguageMachines/ticcutils
arch = i686
arch = x86_64
license = GPL
makedepends = libtool
makedepends = autoconf
+ makedepends = autoconf-archive
depends = gcc-libs
depends = libxml2
depends = bzip2
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
}