1 # Maintainer: Evilandi666 <evilandi.aur(at)googlemail.com>
5 pkgdesc="A collection of tools and scripts that have accumulated over the years, and each of which seems to be too small to warrants its own project."
7 url="http://jengelh.medozas.de/projects/hxtools/"
9 depends=('libhx>=3.12' 'perl')
11 source=(http://jftp.medozas.de/hxtools/hxtools-$pkgver.tar.xz)
12 md5sums=('f41374a257e5c657e2dcd16624c33654')
15 cd $srcdir/$pkgname-$pkgver
16 ./configure --libexecdir=/usr/lib --prefix=/usr --sysconfdir=/etc --localstatedir=/var
18 make DESTDIR=$pkgdir install || return 1