1################################################################################ 2# 3# empty 4# 5################################################################################ 6 7EMPTY_VERSION = 0.6.21b 8EMPTY_SOURCE = empty-$(EMPTY_VERSION).tgz 9EMPTY_SITE = http://downloads.sourceforge.net/project/empty/empty/empty-$(EMPTY_VERSION) 10EMPTY_LICENSE = BSD-3-Clause 11EMPTY_LICENSE_FILES = COPYRIGHT 12EMPTY_STRIP_COMPONENTS = 0 13 14define EMPTY_BUILD_CMDS 15 $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all 16endef 17 18define EMPTY_INSTALL_TARGET_CMDS 19 $(INSTALL) -m 0755 -D $(@D)/empty $(TARGET_DIR)/usr/bin/empty 20endef 21 22$(eval $(generic-package)) 23