You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
642 B
25 lines
642 B
################################################################################
|
|
#
|
|
# cgic
|
|
#
|
|
################################################################################
|
|
|
|
CGIC_VERSION = 2.07
|
|
CGIC_SOURCE = cgic207.tar.gz
|
|
CGIC_SITE = http://boutell.com/cgic
|
|
CGIC_LICENSE = Custom
|
|
CGIC_LICENSE_FILES = license.txt
|
|
|
|
# Installs only a static library and a header file
|
|
CGIC_INSTALL_STAGING = YES
|
|
CGIC_INSTALL_TARGET = NO
|
|
|
|
define CGIC_BUILD_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) libcgic.a
|
|
endef
|
|
|
|
define CGIC_INSTALL_STAGING_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) PREFIX=$(STAGING_DIR) -C $(@D) install
|
|
endef
|
|
|
|
$(eval $(generic-package))
|
|
|