wok diff wget/receipt @ rev 15036

Up wesnoth-music (1.10.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 12:29:55 2013 +0000 (2013-08-12)
parents fdf32f3b2d65
children f4c22f009037
line diff
     1.1 --- a/wget/receipt	Mon Aug 06 13:47:08 2012 +0200
     1.2 +++ b/wget/receipt	Mon Aug 12 12:29:55 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="retrieve files from the web"
     1.6  MAINTAINER="sygne@ombres.eu"
     1.7 +LICENCE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.9  WEB_SITE="http://www.gnu.org/software/wget/wget.html"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -24,7 +25,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr 
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }
    1.18  
    1.19  # Post install rules.