2010-07-02 16:13:22 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Grepcidr < Formula
|
2010-07-02 16:13:22 +00:00
|
|
|
url 'http://www.pc-tools.net/files/unix/grepcidr-1.3.tar.gz'
|
|
|
|
homepage 'http://www.pc-tools.net/unix/grepcidr/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '36245b1efe497ecbe3928d2b2c6db68c0a52d179'
|
2010-07-02 16:13:22 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install 'grepcidr'
|
|
|
|
end
|
|
|
|
end
|