DOCS="COPY* README ABOUT doc/*" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=1.5.0 PROGNAME="XFmail 1.5.0" DESC="\ Xfmail is a nice GUI mail client that supports many features such as multiple pop accounts and local accounts, PGP just to name a few. This package requires the xforms lib included in this directory. Use pkgtool to install this and the required libs." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://xfmail.slappy.org/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/xfmail-1.5.0 # package name PKGNAME=xfmail compile() { tar xvyf $CWD/$PKGNAME-$VERSION.tar.bz2 cd $PKGNAME-$VERSION ./autogen.sh --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..." }