DOCS="BUGS C* INSTALL README TODO USAGE" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=1.38 PROGNAME="ngrep" DESC="\ ngrep applies GNU grep's common features to the network layer.\n\ It allows you to specify extended regular expressions to match\n\ against packet data payloads. Currently, it recognizes TCP, UDP\n\ and ICMP protocols across Ethernet, PPP, SLIP, FDDI, and null\n\ interfaces." # 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=ngrep compile() { tar xfzv $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME ./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..." }