# Maintainer: Natanael Copa pkgname=libisofs pkgver=1.2.6 pkgrel=0 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image" url="http://libburnia-project.org/" arch="all" license="GPL" depends="" makedepends="acl-dev zlib-dev libiconv-dev" subpackages="$pkgname-dev" source="http://files.libburnia-project.org/releases/libisofs-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr \ --enable-libacl \ --enable-xattr \ --disable-static make || return 1 } package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la } md5sums="e3b0eebd7523f64020178aaba5d71c88 libisofs-1.2.6.tar.gz"