#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=libisofs pkgver=0.6.28 pkgrel=1gv arch=x86_64 source=("http://files.libburnia-project.org/releases/libisofs-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://libburnia.pykix.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libisofs - a library to create an ISO-9660 filesystem" "libisofs supports extensions like RockRidge or Joliet. It is also a" "full featured ISO-9660 editor, allowing you to modify an ISO image or" "multisession disc, including file addition/removal, change of file" "names and attributes, etc" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }