diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dnsmap.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/dnsmap.rb b/Library/Formula/dnsmap.rb new file mode 100644 index 000000000..bbbb0105f --- /dev/null +++ b/Library/Formula/dnsmap.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Dnsmap <Formula + url 'http://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz' + homepage 'http://code.google.com/p/dnsmap/' + md5 '7f341361622db147906700d37af46e06' + + def install + system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "BINDIR=#{bin}", "install" + end +end |
