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