#Packager: George Vlahavas pkgname=dumpet pkgver=2.1 pkgrel=1gv source=("https://fedorahosted.org/releases/d/u/dumpet/dumpet-2.1.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://fedorahosted.org/dumpet/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dumpet (a tool to dump and debug bootable CD-like images)" "dumpet is a tool to dump information about bootable CDs and other" "similar formats." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s/-O2/$CFLAGS/" Makefile make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }