1 # Maintainer: Max Roder <maxroder@web.de>
2 # Contributor: Nathan Owe <ndowens.aur at gmail dot com>
7 pkgdesc='A library providing queue, tree, I/O and utility functions'
9 url=('http://libhx.sourceforge.net/')
12 options=('!libtool' '!docs')
13 source=("http://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar.xz")
14 sha256sums=('15476e7a8ea6fb30da16fe0516a7e6ab94f3f5d367f773579e2fa47be6f7a73c')
18 cd ${srcdir}/libHX-${pkgver}
20 ./configure --prefix=/usr
26 cd ${srcdir}/libHX-${pkgver}
28 make DESTDIR=${pkgdir} install
31 # vim:set ts=2 sw=2 et: