DOCS="AUTHORS COPYING ChangeLog NEWS README" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=1.0.0 PROGNAME="Ammonite" DESC="Ammonite is a non-caching client-side HTTP proxy with a set of special\n\ features required by Eazel to communicate with Eazel Services.\n\ Ammonite provides the user authentication and encryption features used by\n\ Eazel Services." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://nautilus.eazel.com/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/ammonite-1.0.0 # package name PKGNAME=ammonite compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --sysconfdir=/etc 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() { mkdir -p $PKG/etc/vfs/modules $CTL/conf/etc/vfs/modules cp -a /etc/vfs/modules/ammonite-methods.conf $CTL/conf/etc/vfs/modules } subpacks() { echo "No subpacks..." }