mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
25
package/cgic/cgic.mk
Normal file
25
package/cgic/cgic.mk
Normal file
@@ -0,0 +1,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))
|
||||
Reference in New Issue
Block a user