1################################################################################ 2# 3# cgic 4# 5################################################################################ 6 7CGIC_VERSION = 2.07 8CGIC_SOURCE = cgic207.tar.gz 9CGIC_SITE = http://boutell.com/cgic 10CGIC_LICENSE = Custom 11CGIC_LICENSE_FILES = license.txt 12 13# Installs only a static library and a header file 14CGIC_INSTALL_STAGING = YES 15CGIC_INSTALL_TARGET = NO 16 17define CGIC_BUILD_CMDS 18 $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) libcgic.a 19endef 20 21define CGIC_INSTALL_STAGING_CMDS 22 $(TARGET_CONFIGURE_OPTS) $(MAKE) PREFIX=$(STAGING_DIR) -C $(@D) install 23endef 24 25$(eval $(generic-package)) 26