DOCS="ABOUT-NLS AUTHORS COPY* ChangeLog README" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.2 PROGNAME="scrollkeeper" DESC="ScrollKeeper is a cataloging system for documentation. It manages \n\ documentation metadata (as specified by the Open Source Metadata Framework\n\ (OMF)) and provides a simple API to allow help browsers to find, sort, and\n\ search the document catalog. It will also be able to communicate with catalog\n\ servers on the Net to search for documents which are not on the local system." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://scrollkeeper.sourceforge.net LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/scrollkeeper-0.2 # package name PKGNAME=scrollkeeper compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --localstatedir=/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 } subpacks() { echo "No subpacks..." }