# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2014 Alexander Pyhalov. All rights reserved. # Copyright 2019 Nona Hansel # BUILD_STYLE=configure BUILD_BITS=32_and_64 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= raptor COMPONENT_VERSION= 1.4.21 COMPONENT_REVISION= 3 COMPONENT_SUMMARY= RDF Parser Library - RDF parser utility COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ sha256:db3172d6f3c432623ed87d7d609161973d2f7098e3d2233d0702fbcc22cfd8ca COMPONENT_ARCHIVE_URL= \ http://download.librdf.org/source/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= http://librdf.org/ include $(WS_MAKE_RULES)/common.mk # Failed tests without this COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D)) CONFIGURE_SCRIPT= $(@D)/configure CONFIGURE_OPTIONS += --enable-static=no CFLAGS.32 += -D_FILE_OFFSET_BITS=64 CFLAGS += $(CFLAGS.$(BITS)) # Auto-generated dependencies REQUIRED_PACKAGES += library/libxml2 REQUIRED_PACKAGES += library/libxslt REQUIRED_PACKAGES += shell/ksh93 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math REQUIRED_PACKAGES += web/curl