wok rev 9994
xfburn: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu May 19 00:46:05 2011 +0200 (2011-05-19) |
parents | 6219e8c5536a |
children | ce02e96ef6b7 |
files | xfburn/receipt |
line diff
1.1 --- a/xfburn/receipt Thu May 19 00:45:38 2011 +0200 1.2 +++ b/xfburn/receipt Thu May 19 00:46:05 2011 +0200 1.3 @@ -8,20 +8,22 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn" 1.6 WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.4/$TARBALL" 1.7 -BUILD_DEPENDS="intltool" 1.8 + 1.9 DEPENDS="gtk+ libburn libexo libxfcegui4 libisofs thunar" 1.10 - 1.11 +BUILD_DEPENDS="hal-dev intltool libburn-dev libexo-dev libxfcegui4-dev libisofs-dev \ 1.12 + thunar-dev thunar-vfs-dev" 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 cd $src 1.18 ./configure --prefix=/usr --sysconfdir=/etc \ 1.19 - --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.20 + --libexecdir=/usr/bin \ 1.21 --disable-gstreamer \ 1.22 --disable-dbus \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.