updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / updategeoip / PKGBUILD
blob061391668b45976bbd2b5ec7257ff973a735ce9d
1 # Contributor: Rorschach
3 pkgname=updategeoip
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Updates geoip with the free country- and city-databases by MaxMind."
7 url="http://aur.archlinux.org/packages.php?ID=23225"
8 arch=('i686' 'x86_64')
9 license="GPL"
10 depends=('geoip' 'bash')
11 source=(updategeoip)
12 md5sums=('752d9e6b1e71840881089a8e43a9d8f1')
14 build() {
15   install -Dm755 updategeoip $pkgdir/usr/bin/updategeoip