DOCS="COPYING INSTALL docs/USER-GUIDE" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=2.0.8 PROGNAME="gftp-2.0.8" DESC="\ gFTP is a multithreaded FTP client for X written using\n\ Gtk. It features simultaneous downloads, resuming of\n\ interrupted file transfers, file transfer queues,\n\ downloading of entire directories, ftp proxy support,\n\ remote directory caching, passive and non-passive file\n\ transfers, drag-n-drop support, bookmarks menu, stop\n\ button, and many more features." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://gftp.seul.org/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/gftp-2.0.8 # package name PKGNAME=gftp 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..." }