geoip 1.6.12

This commit is contained in:
idriskalp
2020-01-15 16:57:00 +03:00
parent 82e878422b
commit 76ebae4035
2 changed files with 12 additions and 1 deletions
+3
View File
@@ -5,10 +5,12 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("./bootstrap")
autotools.configure("--enable-shared \
--disable-static")
@@ -20,5 +22,6 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.insinto("/usr/share/GeoIP", "GeoIP-data/*")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")