[oi-dev] Addition of GeoIP to oi-build

Игорь Пашев pashev.igor at gmail.com
Thu Dec 22 15:24:53 UTC 2011


2011/12/22 Jeppe Toustrup <openindiana at tenzer.dk>

>
> The package is currently only build in a 32 bit version, I should
> probably fix this making it both compile 32 and 64 bit libraries for
> other applications to use.
>
> Any hints on how this is easiest done?
>


include ../../make-rules/shared-macros.mk

COMPONENT_NAME         = GeoIP
COMPONENT_VERSION      = 1.4.7
COMPONENT_SRC          = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL  = http://www.maxmind.com
COMPONENT_ARCHIVE      = $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH = sha1:2db3a61e19dfaa0e4131217b155a59ba4bd0c5cc
COMPONENT_ARCHIVE_URL  =
http://geolite.maxmind.com/download/geoip/api/c/$(COMPONENT_ARCHIVE)

include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/configure.mk
include $(WS_TOP)/make-rules/ips.mk


build: $(BUILD_32_and_64)

test: $(TEST_32_and_64)

install: $(INSTALL_32_and_64)

BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)

include $(WS_TOP)/make-rules/depend.mk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openindiana.org/pipermail/oi-dev/attachments/20111222/127345a0/attachment-0005.html>


More information about the oi-dev mailing list