wok diff gawk/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 0f65053895df
children f4c22f009037
line diff
     1.1 --- a/gawk/receipt	Thu Oct 11 23:37:18 2012 +0000
     1.2 +++ b/gawk/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU awk to handle simple data-reformatting."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENCE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnu.org/software/gawk/"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -32,10 +33,10 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share/locale
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  	
    1.18 -	cp -a $_pkg/usr/share/awk $fs/usr/share
    1.19 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.20 +	cp -a $install/usr/share/awk $fs/usr/share
    1.21 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.22  }
    1.23  
    1.24  # Pre and post install commands for Tazpkg.