hc
2023-02-18 a08c8b75ee83d7f62c9aefc23bfb42082aa4076c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
################################################################################
#
# 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))