Move all to deprecated folder.
This commit is contained in:
15
deprecated/firmware/buildroot/package/libcgi/libcgi.mk
Normal file
15
deprecated/firmware/buildroot/package/libcgi/libcgi.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# libcgi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCGI_VERSION = 1.0
|
||||
LIBCGI_SITE = http://downloads.sourceforge.net/project/libcgi/libcgi/$(LIBCGI_VERSION)
|
||||
LIBCGI_INSTALL_STAGING = YES
|
||||
# use cross CC/AR rather than host
|
||||
LIBCGI_MAKE_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS)" AR="$(TARGET_AR)" \
|
||||
$(if $(BR2_STATIC_LIBS),STATIC=1)
|
||||
LIBCGI_LICENSE = LGPLv2.1+
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user