wok-6.x diff chrpath/receipt @ rev 17304
Add python-cups
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 01 10:46:23 2014 +0100 (2014-11-01) |
parents | 0775a82247f6 |
children | e3270f32432e |
line diff
1.1 --- a/chrpath/receipt Fri Oct 08 23:30:58 2010 +0000 1.2 +++ b/chrpath/receipt Sat Nov 01 10:46:23 2014 +0100 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