wok diff dbus-python/receipt @ rev 10434

grub4dos: fix path to lib (no more i386-pc but i386-slitaz)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:43:57 2011 +0200 (2011-05-25)
parents 17aae24bdce5
children 44149159a946
line diff
     1.1 --- a/dbus-python/receipt	Sat Aug 14 15:38:54 2010 +0000
     1.2 +++ b/dbus-python/receipt	Wed May 25 00:43:57 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.