contrib/libnet/Pkgfile

20 lines
526 B
Plaintext
Raw Normal View History

2008-07-13 01:11:22 +02:00
# Description: Library for constructing and injecting network packets
2012-12-13 18:58:07 +01:00
# URL: http://libnet-dev.sf.net
2008-07-13 01:11:22 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
name=libnet
2017-05-08 01:04:28 +02:00
version=1.2-rc3
release=1
2012-12-13 18:58:07 +01:00
source=(http://downloads.sourceforge.net/project/libnet-dev/libnet-$version.tar.gz)
2008-07-13 01:11:22 +02:00
build() {
2012-12-13 18:58:07 +01:00
cd $name-$version
export CFLAGS=$CFLAGS" -fPIC"
2018-11-25 20:11:42 +01:00
./configure --prefix=/usr
sed -i 's/ sample//g' Makefile
2008-07-13 01:11:22 +02:00
make
make DESTDIR=$PKG install
install -D -m 755 libnet-config $PKG/usr/bin/libnet-config
}