DOCS="BUGS CREDITS HISTORY INSTALL LICENSE README TODO VERSION" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=1.4.13 PROGNAME="ippl" DESC="\ ippl is a daemon which logs IP packets sent to a computer.\n\ It runs in the background, and displays information about\n\ the incoming packets. Criteria can be used to specify what\n\ packets should be logged and what packets should be ignored.\n\ ippl is free software. Its license is GPL." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://www.xchat.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/xchat-1.7.0 # package name PKGNAME=ippl compile() { tar xfzv $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION ./configure \ --prefix=/usr \ --sysconfdir=/etc 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..." }