contrib/libnet/Pkgfile

18 lines
461 B
Plaintext
Raw Normal View History

2008-07-13 01:11:22 +02:00
# 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
2009-11-20 20:12:06 +01:00
source=(ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/$name-$version.tar.gz)
2008-07-13 01:11:22 +02:00
build() {
cd $name
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 755 libnet-config $PKG/usr/bin/libnet-config
}