wok diff python-pybluez/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 97dbb8e8d7fe
children 7390f8de9846
line diff
     1.1 --- a/python-pybluez/receipt	Sun May 30 17:47:33 2010 +0200
     1.2 +++ b/python-pybluez/receipt	Fri Dec 13 16:18:29 2013 +0000
     1.3 @@ -6,23 +6,25 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python wrappers around system Bluetooth."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="python bluez"
     1.8 -BUILD_DEPENDS="$DEPENDS python-dev bluez-dev"
     1.9 +LICENSE="GPL"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://code.google.com/p/pybluez/"
    1.12  WGET_URL="http://pybluez.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="python bluez"
    1.15 +BUILD_DEPENDS="$DEPENDS python-dev bluez-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	python setup.py build &&
    1.22 -	python setup.py install --root=$PWD/_pkg
    1.23 +	python setup.py install --root=$DESTDIR
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs
    1.30 -	cp -a $_pkg/usr $fs
    1.31 +	cp -a $install/usr $fs
    1.32  }