diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
commit | 70006e31d25693aa65fc985124ce9babbd3347fc (patch) | |
tree | f5d0078562a07b6fe3a22a630ea5310561d9b538 /arpwatch | |
parent | 797dcbebf82a5cee45294314ddd587d3a847932f (diff) | |
download | contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.gz contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.xz |
Imported from old-control
Diffstat (limited to 'arpwatch')
-rw-r--r-- | arpwatch/.footprint | 8 | ||||
-rw-r--r-- | arpwatch/.md5sum | 1 | ||||
-rw-r--r-- | arpwatch/Pkgfile | 18 |
3 files changed, 27 insertions, 0 deletions
diff --git a/arpwatch/.footprint b/arpwatch/.footprint new file mode 100644 index 000000000..7f769636c --- /dev/null +++ b/arpwatch/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man8/ +-r--r--r-- root/root usr/man/man8/arpsnmp.8.gz +-r--r--r-- root/root usr/man/man8/arpwatch.8.gz +drwxr-xr-x root/root usr/sbin/ +-rwxr-x--- root/root usr/sbin/arpsnmp +-rwxr-x--- root/root usr/sbin/arpwatch diff --git a/arpwatch/.md5sum b/arpwatch/.md5sum new file mode 100644 index 000000000..26d595918 --- /dev/null +++ b/arpwatch/.md5sum @@ -0,0 +1 @@ +061f66ba873ed6cdd7328c4d616116bd arpwatch-NG1.2.tar.bz2 diff --git a/arpwatch/Pkgfile b/arpwatch/Pkgfile new file mode 100644 index 000000000..995eb7d22 --- /dev/null +++ b/arpwatch/Pkgfile @@ -0,0 +1,18 @@ +# 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 + +name=arpwatch +version=1.2 +release=1 +source=(http://freequaos.host.sk/$name/$name-NG$version.tar.bz2) + +build() { + cd $name-NG$version + ./configure --prefix=/usr + install -d $PKG/usr/{man/man8,sbin} + make && make DESTDIR=$PKG install + chown -R root:root $PKG +} |