wok diff which/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 939ec0fa4c19
children f4c22f009037
line diff
     1.1 --- a/which/receipt	Sat Nov 20 02:04:53 2010 +0000
     1.2 +++ b/which/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="A utility to show the full path of commands"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="glibc-base"
     1.8 +LICENCE="GPL3"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.xs4all.nl/~carlo17/which"
    1.11  WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -19,14 +21,14 @@
    1.19  		--infodir=/usr/share/info \
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make && make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32  }
    1.33  
    1.34  # Pre and post install commands for Tazpkg.