opt/ngrep/Pkgfile

17 lines
390 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Network grep utility
2015-10-14 18:52:45 +02:00
# URL: https://github.com/jpr5/ngrep
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
2015-10-14 18:52:45 +02:00
version=1.46.1
release=2
2015-10-14 18:52:45 +02:00
source=(http://crux.s3.amazonaws.com/dist/$name-${version//./_}.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
2015-10-14 18:52:45 +02:00
cd $name-${version//./_}
./configure --prefix=/usr --enable-ipv6
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}