wok diff compiz-ccsm/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 380ffe05937a
children 8e1f5fe117e6
line diff
     1.1 --- a/compiz-ccsm/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/compiz-ccsm/receipt	Sun Feb 14 22:06:06 2016 +0100
     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  compiz-compizconfig-python"
    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  	./setup.py build --prefix=/usr
    1.18  	./setup.py install --prefix=/usr --root=$WOK/$PACKAGE/install
    1.19  }