Makefile 709 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2012-2015 OpenWrt.org
  3. # Copyright (C) 2016 LEDE-Project.org
  4. #
  5. # This is free software, licensed under the GNU General Public License v2.
  6. # See /LICENSE for more information.
  7. #
  8. include $(TOPDIR)/rules.mk
  9. PKG_NAME:=dosfstools
  10. PKG_CPE_ID:=cpe:/a:dosfstools_project:dosfstools
  11. PKG_VERSION:=4.1
  12. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
  13. PKG_SOURCE_URL:=https://github.com/dosfstools/dosfstools/releases/download/v$(PKG_VERSION)/ \
  14. http://fossies.org/linux/misc
  15. PKG_HASH:=e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b7412471cc173
  16. HOST_FIXUP:=autoreconf
  17. include $(INCLUDE_DIR)/host-build.mk
  18. ifeq ($(HOST_OS),Darwin)
  19. HOST_CFLAGS += -UHAVE_ENDIAN_H
  20. endif
  21. $(eval $(call HostBuild))