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
|
2021-09-02 02:57:58 +00:00
|
|
|
PKG_VERSION:=4.2
|
2015-03-15 05:18:40 +00:00
|
|
|
|
2022-12-14 18:11:45 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
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
|
2022-12-14 18:11:45 +00:00
|
|
|
PKG_HASH:=64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527
|
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
|
|
|
|
|
2022-09-28 08:23:56 +00:00
|
|
|
define Host/Uninstall
|
|
|
|
-$(call Host/Compile/Default,uninstall)
|
|
|
|
endef
|
|
|
|
|
2012-07-24 20:39:00 +00:00
|
|
|
$(eval $(call HostBuild))
|