aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dhcpdump.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/dhcpdump.rb b/Library/Formula/dhcpdump.rb
new file mode 100644
index 000000000..0bf53a239
--- /dev/null
+++ b/Library/Formula/dhcpdump.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Dhcpdump < Formula
+ homepage 'http://www.mavetju.org'
+ url 'http://www.mavetju.org/download/dhcpdump-1.8.tar.gz'
+ sha1 '96fae94d9bac4cf3b5a4c62be2b06a2d72a9fa48'
+
+ def install
+ system "make"
+ bin.install "dhcpdump"
+ man8.install "dhcpdump.8"
+ end
+end