wok diff xdg-utils/receipt @ rev 15883
python-pillow: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 06 22:17:45 2014 +0000 (2014-02-06) |
parents | cf385e3cb95d |
children | d6b99c62ef00 |
line diff
1.1 --- a/xdg-utils/receipt Fri Feb 08 22:07:00 2013 +0000 1.2 +++ b/xdg-utils/receipt Thu Feb 06 22:17:45 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Assists desktop integration tasks." 1.6 MAINTAINER="paul@slitaz.org" 1.7 +LICENSE="MIT" 1.8 DEPENDS="" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://portland.freedesktop.org/wiki/" 1.11 @@ -27,13 +28,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