Commit 3266421b authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #466 from uberhacker/feature/add-geoip-package

Add geoip package
parents d2398c1b 41503abc
require 'package'
class Geoip < Package
version '1.6.9'
source_url 'https://github.com/maxmind/geoip-api-c/releases/download/v1.6.9/GeoIP-1.6.9.tar.gz'
source_sha1 'ac0deb2309c14d5763e82fa4139de1f3193ab6b1'
def self.build
system "./configure"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment