build - dosfstools

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Post Reply
sh1
Posts: 2
Joined: Mon Dec 14, 2015 10:44 pm

build - dosfstools

Post by sh1 »

Makefile should be updated per https://github.com/openwrt-es/openwrt-p ... 94e8151383:

diff --git a/package/dosfstools/Makefile b/package/dosfstools/Makefile
index 41483f2..548d1ec 100644
--- a/package/dosfstools/Makefile
+++ b/package/dosfstools/Makefile
@@ -17,8 +17,9 @@ PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=David Bonnes <david.bonnes@gmail.com>

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://daniel-baumann.ch/files/software/dosfstools \
- http://fossies.org/linux/misc
+PKG_SOURCE_URL:=\
+ http://github.com/dosfstools/dosfstools ... G_VERSION) \
+ http://fossies.org/linux/misc
PKG_MD5SUM:=2e31e7bdf92998e41ed17de505a4a552

include $(INCLUDE_DIR)/package.mk
@@ -27,7 +28,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/dosfstools/Default
SECTION:=utils
CATEGORY:=Utilities
- URL:=http://www.daniel-baumann.ch/software/dosfstools/
+ URL:=https://github.com/dosfstools
SUBMENU:=Filesystem
DEPENDS:=$(ICONV_DEPENDS)
endef

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: build - dosfstools

Post by Lantis »

Thanks, I'll make a pull.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply