aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geoip.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/geoip.rb')
-rw-r--r--Library/Formula/geoip.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb
index 5539d89d6..deeab525f 100644
--- a/Library/Formula/geoip.rb
+++ b/Library/Formula/geoip.rb
@@ -1,11 +1,10 @@
require 'formula'
-# TODO common aliases libgeoip
-
class Geoip <Formula
url 'http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz'
homepage 'http://www.maxmind.com/app/c'
md5 'cb14b1beeb40631a12676b11ca0c309a'
+ aka 'libgeoip'
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"