contrib/libnet/Pkgfile
2009-11-20 20:12:06 +01:00

18 lines
461 B
Plaintext

# Description: Library for constructing and injecting network packets
# URL: http://www.packetfactory.net/libnet/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=libnet
version=1.1.2.1
release=1
source=(ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/$name-$version.tar.gz)
build() {
cd $name
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 755 libnet-config $PKG/usr/bin/libnet-config
}