wok-current rev 21905
updated shake (0.999 -> 1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 14:02:46 2019 +0100 (2019-10-04) |
parents | 91ce53ebeb8f |
children | 4cd0b5691566 |
files | shake/receipt |
line diff
1.1 --- a/shake/receipt Fri Oct 04 13:53:43 2019 +0100 1.2 +++ b/shake/receipt Fri Oct 04 14:02:46 2019 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="shake" 1.7 -VERSION="0.999" 1.8 +VERSION="1.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="A defragmentation tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://vleu.net/shake/" 1.15 -WGET_URL="http://download.savannah.nongnu.org/releases/$PACKAGE/$TARBALL" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/unbrice/$PACKAGE/archive/v$VERSION.tar.gz" 1.19 + 1.20 SUGGESTED="defrag" 1.21 - 1.22 -BUILD_DEPENDS="cmake attr attr-dev help2man" 1.23 DEPENDS="attr" 1.24 +BUILD_DEPENDS="attr attr-dev cmake help2man" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules()