wok diff compiz-compizconfig-python/receipt @ rev 18513

Separate lib from libboost-dev to libbost-chrono
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 00:07:51 2015 +0300 (2015-10-25)
parents 380ffe05937a
children 8e1f5fe117e6
line diff
     1.1 --- a/compiz-compizconfig-python/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/compiz-compizconfig-python/receipt	Sun Oct 25 00:07:51 2015 +0300
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.compiz.org/"
     1.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
     1.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
    1.11  BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
    1.12 @@ -18,7 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	python setup.py build
    1.18  	python setup.py install --root=$WOK/$PACKAGE/install
    1.19  }