Move all to deprecated folder.
This commit is contained in:
17
deprecated/firmware/buildroot/package/lzo/lzo.mk
Normal file
17
deprecated/firmware/buildroot/package/lzo/lzo.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# lzo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LZO_VERSION = 2.09
|
||||
LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
|
||||
LZO_LICENSE = GPLv2+
|
||||
LZO_LICENSE_FILES = COPYING
|
||||
LZO_INSTALL_STAGING = YES
|
||||
# Ships a beta libtool version hence our patch doesn't apply.
|
||||
# Run autoreconf to regenerate ltmain.sh.
|
||||
LZO_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user