# HG changeset patch # User Eric Joseph-Alexandre # Date 1305758765 -7200 # Node ID 948637bd0106a07d79ef14e5c7d310801dbb29d9 # Parent 6219e8c5536a6564a15e872d427ea5f0dcf81f42 xfburn: fix bdeps diff -r 6219e8c5536a -r 948637bd0106 xfburn/receipt --- a/xfburn/receipt Thu May 19 00:45:38 2011 +0200 +++ b/xfburn/receipt Thu May 19 00:46:05 2011 +0200 @@ -8,20 +8,22 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn" WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.4/$TARBALL" -BUILD_DEPENDS="intltool" + DEPENDS="gtk+ libburn libexo libxfcegui4 libisofs thunar" - +BUILD_DEPENDS="hal-dev intltool libburn-dev libexo-dev libxfcegui4-dev libisofs-dev \ + thunar-dev thunar-vfs-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/bin --mandir=/usr/share/man \ + --libexecdir=/usr/bin \ --disable-gstreamer \ --disable-dbus \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.