# HG changeset patch # User Eric Joseph-Alexandre # Date 1305757427 -7200 # Node ID 928b0a2e89b868b9c292eb762b4b02e255fe6fe3 # Parent b707ff65c39ab2a45160fbd8f2852e73c745ac5d xfprint: fix bdeps diff -r b707ff65c39a -r 928b0a2e89b8 xfprint/receipt --- a/xfprint/receipt Wed May 18 23:57:22 2011 +0200 +++ b/xfprint/receipt Thu May 19 00:23:47 2011 +0200 @@ -5,21 +5,21 @@ CATEGORY="x-window" SHORT_DESC="Xfce Printer manager" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfcegui4 libxfce4util cups dbus-glib startup-notification \ -libcomerr3" -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev cups-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" +DEPENDS="libxfcegui4 libxfce4util cups dbus-glib startup-notification \ +libcomerr3 util-linux-ng-uuid" +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev cups-dev intltool xfconf-dev \ + dbus-glib-dev startup-notification-dev util-linux-ng-uuid-dev " + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + ./configure --prefix=/usr $CONFIGURE_ARGS && \ + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.