wok diff coreutils-operations/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 bf9d643b2c59
children 2c07945763bf
line diff
     1.1 --- a/coreutils-operations/receipt	Fri May 20 19:22:27 2011 +0000
     1.2 +++ b/coreutils-operations/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="GNU utilities that perform basic operations."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="GPL3"
     1.8  WEB_SITE="http://www.gnu.org/software/coreutils/"
     1.9 +WANTED="coreutils"
    1.10 +
    1.11  DEPENDS="glibc-base acl"
    1.12 -WANTED="coreutils"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  #
    1.16 @@ -18,15 +20,15 @@
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/bin
    1.20 -	#cp -a $_pkg/usr/bin/cp $fs/bin
    1.21 -	cp -a $_pkg/usr/bin/dd $fs/bin
    1.22 -	cp -a $_pkg/usr/bin/mv $fs/bin
    1.23 -	cp -a $_pkg/usr/bin/ln $fs/bin
    1.24 -	#cp -a $_pkg/usr/bin/rm $fs/bin
    1.25 +	#cp -a $install/usr/bin/cp $fs/bin
    1.26 +	cp -a $install/usr/bin/dd $fs/bin
    1.27 +	cp -a $install/usr/bin/mv $fs/bin
    1.28 +	cp -a $install/usr/bin/ln $fs/bin
    1.29 +	#cp -a $install/usr/bin/rm $fs/bin
    1.30  
    1.31  	mkdir -p $fs/usr/bin
    1.32 -	cp -a $_pkg/usr/bin/install $fs/usr/bin
    1.33 -	cp -a $_pkg/usr/bin/shred $fs/usr/bin
    1.34 +	cp -a $install/usr/bin/install $fs/usr/bin
    1.35 +	cp -a $install/usr/bin/shred $fs/usr/bin
    1.36  }
    1.37  
    1.38  # Pre and post install commands for Tazpkg.