contrib/libnet/Pkgfile

21 lines
480 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
2020-05-27 16:02:19 +02:00
# Optional: help2man doxygen
2008-07-13 01:11:22 +02:00
name=libnet
2020-05-27 16:02:19 +02:00
version=1.2
2017-05-08 01:04:28 +02:00
release=1
2020-05-27 16:02:19 +02:00
source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.gz)
2008-07-13 01:11:22 +02:00
build() {
2020-05-27 16:02:19 +02:00
cd $name-$version
2020-05-27 16:02:19 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
find $PKG -name '*.la' -delete
2008-07-13 01:11:22 +02:00
}