2015-03-15 05:18:40 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2012-2015 OpenWrt.org
|
2016-06-21 06:33:50 +00:00
|
|
|
# Copyright (C) 2016 LEDE-Project.org
|
2012-07-24 20:39:00 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=dosfstools
|
2017-09-28 02:55:46 +00:00
|
|
|
PKG_CPE_ID:=cpe:/a:dosfstools_project:dosfstools
|
2017-03-14 07:23:10 +00:00
|
|
|
PKG_VERSION:=4.1
|
2015-03-15 05:18:40 +00:00
|
|
|
|
2016-10-04 12:28:54 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2015-03-22 10:58:04 +00:00
|
|
|
PKG_SOURCE_URL:=https://github.com/dosfstools/dosfstools/releases/download/v$(PKG_VERSION)/ \
|
|
|
|
http://fossies.org/linux/misc
|
2017-03-14 07:23:10 +00:00
|
|
|
PKG_HASH:=e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b7412471cc173
|
2015-01-11 22:15:11 +00:00
|
|
|
|
2016-10-12 10:22:38 +00:00
|
|
|
HOST_FIXUP:=autoreconf
|
|
|
|
|
2012-07-24 20:39:00 +00:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2015-03-15 05:18:40 +00:00
|
|
|
ifeq ($(HOST_OS),Darwin)
|
2016-07-13 17:13:49 +00:00
|
|
|
HOST_CFLAGS += -UHAVE_ENDIAN_H
|
2015-03-15 05:18:40 +00:00
|
|
|
endif
|
|
|
|
|
2012-07-24 20:39:00 +00:00
|
|
|
$(eval $(call HostBuild))
|