#Maintained by: Maximus (maximuus[at]gmail[dot]com) pkgname=daa2iso pkgver=0.1.6 pkgrel=1 zenver=54 arch=i486 source=(http://pnboy.pinguix.com/atticus/www/files/$pkgname/$pkgname-$pkgver.tar.gz) sourcetemplate=http://pnboy.pinguix.com/atticus/www/files/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://aluigi.altervista.org/mytoolz.htm" CFLAGS="-O2 -march=i486 -mtune=i686" CXXFLAGS=$CFLAGS slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "daa2iso (Converts daa images to iso images)" "DAA2ISO is an open source command-line/GUI tool for converting single" "and multipart DAA images to the original ISO format. The DAA image" "(Direct Access Archive) in fact is just a compressed CD/DVD ISO which" "can be created through the commercial program PowerISO." "Run 'daa2iso' without arguments for usage instructions." "It's released under the GNU GPL license." ) build() { cd $startdir/src/src make || return 1 make DESTDIR=$startdir/pkg install }