wok diff dosfstools/receipt @ rev 19234
httpfs-fuse-static: add fusermount (static)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 25 13:38:04 2016 +0200 (2016-06-25) |
parents | 236ff5a1c6f0 |
children | 401224c936cc |
line diff
1.1 --- a/dosfstools/receipt Sat Mar 15 03:41:10 2014 +0100 1.2 +++ b/dosfstools/receipt Sat Jun 25 13:38:04 2016 +0200 1.3 @@ -1,16 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dosfstools" 1.7 -VERSION="3.0.26" 1.8 +VERSION="3.0.28" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Tools to create and check dos filesystems." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL3" 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" 1.15 -WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL" 1.16 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.17 HOST_ARCH="i486 arm" 1.18 1.19 +BUILD_DEPENDS="wget" 1.20 + 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 {