summaryrefslogtreecommitdiff
path: root/dnstop
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2009-08-20 23:48:19 +0200
committerThomas Penteker <tek@serverop.de>2009-08-20 23:48:19 +0200
commit6108b3b437451449ab6e3eaf4b5b08812e85ba8a (patch)
tree7fb69bda8d32a9d57cb3c95b15243dcc178af513 /dnstop
parent1f38f23314c869a540125a0f6f3604f879aae639 (diff)
downloadcontrib-6108b3b437451449ab6e3eaf4b5b08812e85ba8a.tar.gz
contrib-6108b3b437451449ab6e3eaf4b5b08812e85ba8a.tar.xz
dnstop: initial import
Diffstat (limited to 'dnstop')
-rw-r--r--dnstop/.footprint6
-rw-r--r--dnstop/.md5sum1
-rw-r--r--dnstop/Pkgfile16
3 files changed, 23 insertions, 0 deletions
diff --git a/dnstop/.footprint b/dnstop/.footprint
new file mode 100644
index 000000000..04b18189a
--- /dev/null
+++ b/dnstop/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dnstop
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rwxr-xr-x root/root usr/man/man8/dnstop.8.gz
diff --git a/dnstop/.md5sum b/dnstop/.md5sum
new file mode 100644
index 000000000..5097e94a5
--- /dev/null
+++ b/dnstop/.md5sum
@@ -0,0 +1 @@
+827a0d2020b157b925411dd30b6feff3 dnstop-20090128.tar.gz
diff --git a/dnstop/Pkgfile b/dnstop/Pkgfile
new file mode 100644
index 000000000..080972b4e
--- /dev/null
+++ b/dnstop/Pkgfile
@@ -0,0 +1,16 @@
+# Description: dns diagnostic tool
+# URL: http://dns.measurement-factory.com/tools/dnstop/
+# Maintainer: Thomas Penteker, tek at serverop dot de
+# Depends on: libpcap
+
+name=dnstop
+version=20090128
+release=1
+source=(http://dns.measurement-factory.com/tools/dnstop/src/$name-$version.tar.gz)
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ install -D dnstop $PKG/usr/bin/dnstop
+ install -D dnstop.8 $PKG/usr/man/man8/dnstop.8
+}

Generated by cgit