opt/ngrep/Pkgfile

19 lines
468 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Network grep utility
# URL: http://ngrep.sourceforge.net
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: libpcap
name=ngrep
2013-12-01 11:06:24 +01:00
version=20080131
release=1
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2008-10-30 12:15:13 +01:00
./configure --prefix=/usr \
--enable-ipv6 \
--with-pcap-includes=/usr/include/pcap
2006-02-23 16:26:10 +01:00
make
2013-12-01 11:06:24 +01:00
make DESTDIR=$PKG mandir=/usr/man install
2006-02-23 16:26:10 +01:00
}