wok diff sqlobject/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents 961ea4e30e54
children e4278677885e
line diff
     1.1 --- a/sqlobject/receipt	Sun Aug 31 11:02:08 2008 +0000
     1.2 +++ b/sqlobject/receipt	Sat Mar 06 18:51:17 2010 +0000
     1.3 @@ -10,13 +10,13 @@
     1.4  WEB_SITE="http://sqlobject.org/"
     1.5  WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="python"
     1.8 +BUILD_DEPENDS="python python-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 -	python setup.py build
    1.15 +	python setup.py build &&
    1.16  	python setup.py install --root=$PWD/_pkg
    1.17  }
    1.18