buildrootschalter/package/file/file.mk
Arnout Vandecappelle (Essensium/Mind) 6778e78001 file: remove redundant HOST_FILE_DEPENDENCIES
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-15 12:36:23 +02:00

19 lines
459 B
Makefile

#############################################################
#
# file
#
#############################################################
FILE_VERSION = 5.11
FILE_SITE = ftp://ftp.astron.com/pub/file
FILE_DEPENDENCIES = host-file zlib
FILE_INSTALL_STAGING = YES
define FILE_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR)
rm -f $(TARGET_DIR)/usr/lib/libmagic.*
endef
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))