visitors 0.7

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Michael Maclean 2012-01-31 13:54:12 +00:00 committed by Adam Vandenberg
parent e0798711fc
commit c270267495
1 changed files with 15 additions and 0 deletions

15
Formula/visitors.rb Normal file
View File

@ -0,0 +1,15 @@
require 'formula'
class Visitors < Formula
url 'http://www.hping.org/visitors/visitors-0.7.tar.gz'
homepage 'http://www.hping.org/visitors/'
md5 '32ede76af83c6b1b7d2cdc5fe5178f6d'
def install
system "make"
# There is no "make install", so do it manually
bin.install "visitors"
man1.install "visitors.1"
end
end