opt/ngrep/Pkgfile

17 lines
406 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
2013-12-01 11:06:24 +01:00
release=1
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
2013-12-01 11:06:24 +01:00
make DESTDIR=$PKG mandir=/usr/man install
2006-02-23 16:26:10 +01:00
}