2010-01-14 20:53:13 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Arpoison < Formula
|
2010-01-14 20:53:13 +00:00
|
|
|
url 'http://www.arpoison.net/arpoison-0.6.tar.gz'
|
|
|
|
homepage 'http://www.arpoison.net/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'a4adc83fd0a29776f8135f304e5b090b5bf31b56'
|
2010-01-14 20:53:13 +00:00
|
|
|
|
|
|
|
depends_on 'libnet'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
2010-02-15 22:47:54 +00:00
|
|
|
bin.install "arpoison"
|
2010-01-14 20:53:13 +00:00
|
|
|
end
|
|
|
|
end
|