Move all to deprecated folder.
This commit is contained in:
2
deprecated/firmware/buildroot/package/upx/upx.hash
Normal file
2
deprecated/firmware/buildroot/package/upx/upx.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 527ce757429841f51675352b1f9f6fc8ad97b18002080d7bf8672c466d8c6a3c upx-3.91-src.tar.bz2
|
||||
28
deprecated/firmware/buildroot/package/upx/upx.mk
Normal file
28
deprecated/firmware/buildroot/package/upx/upx.mk
Normal file
@@ -0,0 +1,28 @@
|
||||
################################################################################
|
||||
#
|
||||
# upx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UPX_VERSION = 3.91
|
||||
UPX_SITE = http://upx.sourceforge.net/download
|
||||
UPX_SOURCE = upx-$(UPX_VERSION)-src.tar.bz2
|
||||
UPX_LICENSE = GPLv2+
|
||||
UPX_LICENSE_FILES = COPYING
|
||||
|
||||
HOST_UPX_DEPENDENCIES = host-ucl host-zlib
|
||||
|
||||
# We need to specify all, otherwise the default target only prints a message
|
||||
# stating to "please choose a target for 'make'"... :-(
|
||||
define HOST_UPX_BUILD_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) CPPFLAGS="$(HOST_CPPFLAGS)" \
|
||||
LDFLAGS="$(HOST_LDFLAGS)" UPX_UCLDIR=$(HOST_DIR)/usr \
|
||||
-C $(@D) all
|
||||
endef
|
||||
|
||||
# UPX has no install procedure, so install it manually.
|
||||
define HOST_UPX_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/src/upx.out $(HOST_DIR)/usr/bin/upx
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user