buildrootschalter/package/file/file.mk

19 lines
461 B
Makefile
Raw Normal View History

2003-02-12 11:40:28 +01:00
#############################################################
#
# file
#
#############################################################
FILE_VERSION = 5.11
FILE_SITE = ftp://ftp.astron.com/pub/file
FILE_DEPENDENCIES = host-file zlib
FILE_INSTALL_STAGING = YES
2003-02-12 11:40:28 +01:00
define FILE_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR)
rm -f $(TARGET_DIR)/usr/lib/libmagic.*
endef
$(eval $(autotools-package))
$(eval $(host-autotools-package))