wok-next diff xarchiver/receipt @ rev 15591
tslib: add bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 02 20:00:14 2013 +0000 (2013-12-02) |
parents | 089deafb463e |
children | 40f65f328312 |
line diff
1.1 --- a/xarchiver/receipt Fri Mar 26 22:44:26 2010 +0100 1.2 +++ b/xarchiver/receipt Mon Dec 02 20:00:14 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Archive manager for thunar" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gtk+ tar" 1.8 -BUILD_DEPENDS="gtk+-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://xarchiver.sourceforge.net/" 1.12 WGET_URL="http://downloads.sourceforge.net/project/xarchiver/xarchiver/$VERSION/$TARBALL" 1.13 1.14 +DEPENDS="gtk+ tar" 1.15 +BUILD_DEPENDS="gtk+-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -19,19 +21,19 @@ 1.21 --prefix=/usr \ 1.22 --libexecdir=/usr/lib \ 1.23 $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + make && make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr/share/locale 1.32 - cp -a $_pkg/usr/bin $fs/usr 1.33 - cp -a $_pkg/usr/lib $fs/usr 1.34 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.35 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.36 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.37 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.38 + cp -a $install/usr/bin $fs/usr 1.39 + cp -a $install/usr/lib $fs/usr 1.40 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.41 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.42 + cp -a $install/usr/share/applications $fs/usr/share 1.43 + cp -a $install/usr/share/icons $fs/usr/share 1.44 1.45 chmod 755 $fs/usr/lib/thunar-archive-plugin/* 1.46 rm -rf $fs/usr/share/icons/hicolor/scalable