DOCS="COPYING INSTALL ChangeLog NEWS README TODO AUTHORS" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=1.4.2 PROGNAME="gnapster-1.4.2" DESC="\ Gnapster is a simple client to the napster online MP3 \n\ community written for GNOME." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://jasta.gotlinux.org/gnapster.html LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/gnapster-1.4.2 # package name PKGNAME=gnapster compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION ./configure \ --prefix=/usr make -j2 } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } attributes() { echo "No special attributes..." } special() { } subpacks() { echo "No subpacks..." }