wok-6.x diff wget/receipt @ rev 17678
Up emacs-pkg-po-mode (0.19.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 18 12:16:55 2015 +0100 (2015-02-18) |
parents | 3501b1928e39 |
children | a168f60e7dd8 |
line diff
1.1 --- a/wget/receipt Mon Mar 31 13:30:47 2014 +0000 1.2 +++ b/wget/receipt Wed Feb 18 12:16:55 2015 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wget" 1.7 -VERSION="1.14" 1.8 +VERSION="1.16" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="retrieve files from the web" 1.11 +SHORT_DESC="retrieves files from the web" 1.12 MAINTAINER="sygne@ombres.eu" 1.13 LICENSE="GPL3" 1.14 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 @@ -30,7 +30,7 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr 1.20 + mkdir -p $fs/usr 1.21 cp -a $install/usr/bin $fs/usr 1.22 } 1.23