contrib/arpwatch/Pkgfile

20 lines
533 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Monitors MAC Adresses on your network.
# URL: http://freequaos.host.sk/arpwatch/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
#
# Depends on: libpcap
2006-11-14 09:01:22 +10:00
name=arpwatch
2006-11-20 08:20:46 +10:00
version=1.5
2006-11-14 09:01:22 +10:00
release=1
source=(http://freequaos.host.sk/$name/$name-NG$version.tar.bz2)
build() {
2006-11-20 07:26:53 +10:00
cd $name-NG$version
./configure --prefix=/usr
install -d $PKG/usr/{man/man8,sbin}
make && make DESTDIR=$PKG install
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}