contrib/arpwatch/Pkgfile

20 lines
545 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Monitors MAC Adresses on your network.
# URL: http://freequaos.host.sk/arpwatch/
2008-03-05 23:38:56 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
# Depends on: libpcap
2006-11-14 00:01:22 +01:00
name=arpwatch
2008-03-05 23:38:56 +01:00
version=1.7
2006-11-14 00:01:22 +01:00
release=1
source=(http://64.251.30.248/mirror_t2/8.0/a/$name-NG$version.tar.bz2)
2006-11-14 00:01:22 +01:00
build() {
2006-11-19 22:26:53 +01:00
cd $name-NG$version
./configure --prefix=/usr
2008-03-05 23:38:56 +01:00
install -d -m 0755 $PKG/usr/{man/man8,sbin}
2006-11-19 22:26:53 +01:00
make && make DESTDIR=$PKG install
2008-03-05 23:38:56 +01:00
install -d -m 0755 $PKG/usr/sbin
2006-11-14 00:01:22 +01:00
}