wok rev 10385

dbus-python: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 18:18:01 2011 +0200 (2011-05-23)
parents fa204e3bccff
children 269cebcd4f1f
files dbus-python/receipt
line diff
     1.1 --- a/dbus-python/receipt	Mon May 23 18:09:03 2011 +0200
     1.2 +++ b/dbus-python/receipt	Mon May 23 18:18:01 2011 +0200
     1.3 @@ -4,23 +4,20 @@
     1.4  VERSION="0.83.1"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="D-Bus python binding."
     1.7 -DEPENDS="dbus glib python dbus-glib"
     1.8 -BUILD_DEPENDS="$DEPENDS dbus-dev glib-dev python-dev"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings"
    1.12  WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL"
    1.13  
    1.14 +DEPENDS="dbus glib python dbus-glib"
    1.15 +BUILD_DEPENDS="dbus-dev glib-dev python-dev dbus-glib-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	./configure \
    1.22 -		--prefix=/usr \
    1.23 -		--mandir=/usr/share/man \
    1.24 -		$CONFIGURE_ARGS &&
    1.25 -	make &&
    1.26 -	make DESTDIR=$PWD/_pkg install
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	make && make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.