aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnsmap.rb
blob: bbbb0105f42adc669a88ab98c7996f89bac3c4e8 (plain)
1
2
3
4
5
6
7
8
9
10
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