contrib/libdnet/Pkgfile

17 lines
399 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://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}