DOCS="AUTHORS BUGS COPYING ChangeLog NEWS README TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.4.9 PROGNAME="GNOME Transfer Manager" DESC="GTM allows the user to retrieve multiple files from the web.\n\ These files can be retrieved in multiple parts and each part retrieved on a\n\ separate session that the user is connected to the Internet. This is\n\ most useful to users with dialup connections. The program performs\n\ these tasks using wget as its back-end." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://gtm.sourceforge.net/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/gtm-0.4.9 # package name PKGNAME=gtm compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } attributes() { echo "No special attributes..." } special() { echo "Nothing special... easy job :-)" } subpacks() { echo "No subpacks..." }