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
|
2016-06-21 06:33:50 +00:00
|
|
|
PKG_VERSION:=4.0
|
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
|
2016-12-16 16:32:10 +00:00
|
|
|
PKG_HASH:=9037738953559d1efe04fc5408b6846216cc0138f7f9d32de80b6ec3c35e7daf
|
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))
|