# Maintainer: epitron # Contributor: kfgz # Contributor: Abakus # Contributor: watashi pkgname=afflib pkgver=3.7.16 pkgrel=1 pkgdesc="An extensible open format for the storage of disk images and related forensic information" arch=('i686' 'x86_64') url="https://github.com/sshock/AFFLIBv3/" license=('custom') depends=('zlib' 'openssl' 'fuse') source=("https://github.com/sshock/AFFLIBv3/archive/v${pkgver}.tar.gz") sha256sums=('9c0522941a24a3aafa027e510c6add5ca9f4defd2d859da3e0b536ad11b6bf72') build() { cd "${srcdir}"/AFFLIBv3-${pkgver} sh bootstrap.sh ./configure --prefix=/usr --sysconfdir=/etc make } package() { cd "${srcdir}"/AFFLIBv3-${pkgver} make DESTDIR="${pkgdir}" install }