wok diff python-pybluez/receipt @ rev 16834

Add oxygen-gtk, oxygen-icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 12 16:57:27 2014 +0300 (2014-07-12)
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	Sat Jul 12 16:57:27 2014 +0300
     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  }