contrib/libdnet/Pkgfile

22 lines
441 B
Plaintext
Raw Normal View History

2009-01-31 00:04:37 +01:00
# Description: daemon and tools to handle all ARP # aspects
# URL: http://arpon.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libpcap, libnet
name=libdnet
version=1.11
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
2009-01-31 00:04:37 +01:00
build() {
cd $name-$version
2015-03-07 11:11:37 +01:00
# fix FS#1144
autoreconf -i -Iconfig
2018-11-25 20:11:29 +01:00
./configure --prefix=/usr
2009-01-31 00:04:37 +01:00
make
make install DESTDIR=$PKG
}