# Maintainer: Maarten van Gompel pkgname=foliautils pkgver=0.20 pkgrel=1 pkgdesc="Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!" arch=('i686' 'x86_64') url="http://proycon.github.io/folia" license=('GPL') depends=('ticcutils' 'ucto>=0.21' 'libxml2' 'libfolia>=2.5.1' 'libexttextcat') provides=('foliautils') conflicts=('foliatools' 'foliautils') makedepends=('libtool' 'autoconf') options=(!libtool) _gituser="LanguageMachines" _gitname="foliautils" source=(https://github.com/LanguageMachines/foliautils/archive/v0.20.tar.gz) md5sums=(263f7ac62e9d3b52d7e6943efbf665d3) build() { cd $srcdir/$pkgname-$pkgver bash bootstrap.sh ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install }