Move all to deprecated folder.
This commit is contained in:
24
deprecated/firmware/buildroot/package/axfsutils/axfsutils.mk
Normal file
24
deprecated/firmware/buildroot/package/axfsutils/axfsutils.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# axfsutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AXFSUTILS_VERSION = f26ae785e33df76f658b71ef2cfbc7f511ff875d
|
||||
AXFSUTILS_SITE = $(call github,jaredeh,axfs,$(AXFSUTILS_VERSION))
|
||||
AXFSUTILS_LICENSE = GPLv2
|
||||
AXFSUTILS_LICENSE_FILES = mkfs.axfs-legacy/COPYING
|
||||
AXFSUTILS_DEPENDENCIES = host-zlib
|
||||
|
||||
# The 'new' mkfs.axfs version requires GNUstep which is not a buildroot
|
||||
# prerequisite. The 'legacy' one works just as well without that requirement.
|
||||
define HOST_AXFSUTILS_BUILD_CMDS
|
||||
$(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)/mkfs.axfs-legacy
|
||||
endef
|
||||
|
||||
define HOST_AXFSUTILS_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/mkfs.axfs-legacy/mkfs.axfs \
|
||||
$(HOST_DIR)/usr/bin/mkfs.axfs
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user