wok diff python-pydot/receipt @ rev 18055

Add: xcursor-aero, xcursor-comix, xcursor-human, xcursor-obsidian.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 15 16:33:39 2015 +0300 (2015-05-15)
parents fd4f1e692109
children 7390f8de9846
line diff
     1.1 --- a/python-pydot/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-pydot/receipt	Fri May 15 16:33:39 2015 +0300
     1.3 @@ -12,11 +12,11 @@
     1.4  WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
     1.5  
     1.6  DEPENDS="python python-pyparsing graphviz"
     1.7 +BUILD_DEPENDS="python"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13  	python setup.py build
    1.14  	python setup.py install --root=$DESTDIR
    1.15  }