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=0.1.47 PROGNAME="gcombust-0.1.47" DESC="\ Gcombust is a GTK based frontend for burning CD's with cdrecord and other apps" # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://http://www.abo.fi/~jmunsin/gcombust/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-8/gcombust-0.1.47 # package name PKGNAME=gcombust compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION ./configure \ --prefix=/opt/gnome 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..." }