wok-current diff chrpath/receipt @ rev 16155

mirror-tools: no more mirror-info since http://hg.slitaz.org/slitaz-dev-tools/rev/113c2519c444
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 28 14:14:24 2014 +0000 (2014-03-28)
parents 0775a82247f6
children e3270f32432e
line diff
     1.1 --- a/chrpath/receipt	Fri Oct 08 23:30:58 2010 +0000
     1.2 +++ b/chrpath/receipt	Fri Mar 28 14:14:24 2014 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="Change or delete the rpath or runpath in ELF files"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
     1.9  WEB_SITE="http://packages.debian.org/chrpath"
    1.10  WGET_URL="http://ftp.debian.org/debian/pool/main/c/$PACKAGE/$TARBALL"
    1.11 @@ -18,13 +19,13 @@
    1.12  		--infodir=/usr/share/info \
    1.13  		--mandir=/usr/share/man \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make && make DESTDIR=$PWD/_pkg install
    1.16 +	make && make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25  }
    1.26