# Maintainer: AndyRTR # Contributor: Hugo Doria # Contributor: Bjorn Martensen pkgname=libisofs pkgver=1.5.2 pkgrel=2 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image" arch=('x86_64') url="https://dev.lovelyhq.com/libburnia" license=('GPL') depends=('acl' 'zlib') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) sha256sums=('ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500' 'SKIP') validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt build() { cd "${pkgname}"-${pkgver} ./configure --prefix=/usr \ --enable-libacl --enable-xattr --disable-static make } package() { cd "${pkgname}"-${pkgver} make DESTDIR="${pkgdir}" install }