libmaxminddb: add deps, geoipupdate option.

Most users will want the database auto-update tool, which until
recently came bundled with geoip, the old format library.

Closes Homebrew/homebrew#24637.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Nicholas Sivo 2013-11-24 18:04:53 -08:00 committed by Mike McQuaid
parent 3b14badd8a
commit ba9aea4931
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ class Libmaxminddb < Formula
sha1 'db7618a97c222cab0a0ba2fb8439abcd1465f10c' sha1 'db7618a97c222cab0a0ba2fb8439abcd1465f10c'
head 'https://github.com/maxmind/libmaxminddb.git' head 'https://github.com/maxmind/libmaxminddb.git'
if build.head?
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
end
depends_on 'geoipupdate' => :optional
option :universal option :universal
def install def install