contrib/arpwatch/Pkgfile

20 lines
533 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/
# 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 00:01:22 +01:00
name=arpwatch
2006-11-19 23:20:46 +01:00
version=1.5
2006-11-14 00:01:22 +01:00
release=1
source=(http://freequaos.host.sk/$name/$name-NG$version.tar.bz2)
build() {
2006-11-19 22:26:53 +01: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 00:01:22 +01:00
}