VERSION=III-alpha9.7 PKGVER="`echo $VERSION | sed -e "s|-|_|g"`" BUILD=1 ARCH=i386 TAG=OPT PKGNAME=cdparanoia-$PKGVER-$ARCH-$BUILD MAINTAINER="David Cantrell " IGNOREPATH=/tmp:/proc:/dev:/root:/var:/a STRIPLIB=y STRIPBIN=y PROGNAME=cdparanoia DESC="\ cdparanoia-$VERSION\n\ \n\ Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool,\n\ from a Compact Disc and saves it to sound files. Cdparanoia has been\n\ designed to read correct audio data even using cheap CDROM drives\n\ prone to misalignment, frame jitter and loss of streaming.\n\ damaged in some way." compile() { tar xvzf $CWD/cdparanoia-$VERSION.src.tgz cd cdparanoia-$VERSION ./configure --prefix=/usr $ARCH-slackware-linux make } install() { make install mkdir -p /usr/doc/cdparanoia-$VERSION cp FAQ.txt GPL README cdparanoia.1.jp /usr/doc/cdparanoia-$VERSION } attributes() { chmod 755 $PKG/usr/lib/libcdda*.so }