# HG changeset patch # User Christophe Lincoln # Date 1306167481 -7200 # Node ID c395af0ea48168d72d2517d3d835e8ab624aa252 # Parent fa204e3bccff9d6ad8596d055915258ba747dbcf dbus-python: fix BUILD_DEPENDS diff -r fa204e3bccff -r c395af0ea481 dbus-python/receipt --- a/dbus-python/receipt Mon May 23 18:09:03 2011 +0200 +++ b/dbus-python/receipt Mon May 23 18:18:01 2011 +0200 @@ -4,23 +4,20 @@ VERSION="0.83.1" CATEGORY="system-tools" SHORT_DESC="D-Bus python binding." -DEPENDS="dbus glib python dbus-glib" -BUILD_DEPENDS="$DEPENDS dbus-dev glib-dev python-dev" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL" +DEPENDS="dbus glib python dbus-glib" +BUILD_DEPENDS="dbus-dev glib-dev python-dev dbus-glib-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.