mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +01:00
13 lines
482 B
Makefile
13 lines
482 B
Makefile
################################################################################
|
|
#
|
|
# python-geoip-geolite2
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GEOIP_GEOLITE2_VERSION = 2015.0303
|
|
PYTHON_GEOIP_GEOLITE2_SITE = https://files.pythonhosted.org/packages/df/59/3f611ecca70bc91959e3e1ec325f7835d15cc35585af71dbc6c1123be48e
|
|
PYTHON_GEOIP_GEOLITE2_SETUP_TYPE = setuptools
|
|
PYTHON_GEOIP_GEOLITE2_LICENSE = UNKNOWN
|
|
|
|
$(eval $(python-package))
|