wok-6.x diff python-ipy/receipt @ rev 18065

ppp.cgi: use 'vpn' and 'modem' icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 18 17:24:41 2015 +0300 (2015-05-18)
parents fd4f1e692109
children 16df76e1fc6a
line diff
     1.1 --- a/python-ipy/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-ipy/receipt	Mon May 18 17:24:41 2015 +0300
     1.3 @@ -12,11 +12,11 @@
     1.4  WGET_URL="http://cheeseshop.python.org/packages/source/I/$SOURCE/$TARBALL"
     1.5  
     1.6  DEPENDS="python"
     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  }
    1.16 @@ -27,4 +27,3 @@
    1.17  	mkdir -p $fs/usr
    1.18  	cp -a $install/usr/lib $fs/usr
    1.19  }
    1.20 -