wok diff wget/receipt @ rev 17870
Add: perl-fcgi FCGI
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Thu Mar 26 23:41:28 2015 +0000 (2015-03-26) |
parents | 3501b1928e39 |
children | a168f60e7dd8 |
line diff
1.1 --- a/wget/receipt Mon Mar 31 13:30:47 2014 +0000 1.2 +++ b/wget/receipt Thu Mar 26 23:41:28 2015 +0000 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