wok-6.x diff xfburn/receipt @ rev 11226
Add from wok-undigest: nvclock ola ola-dev owfs oxine protobuf protobuf-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 04 11:10:38 2011 +0100 (2011-11-04) |
parents | 7a2eada93b18 |
children | c8d75f301f10 |
line diff
1.1 --- a/xfburn/receipt Mon Feb 14 15:52:23 2011 +0000 1.2 +++ b/xfburn/receipt Fri Nov 04 11:10:38 2011 +0100 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.