wok diff sip/receipt @ rev 5195

slitaz-doc: fix version for 3.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 28 17:16:33 2010 +0200 (2010-03-28)
parents 088e7475acf1
children bc5b14d1f2df
line diff
     1.1 --- a/sip/receipt	Fri Jun 05 19:25:43 2009 +0000
     1.2 +++ b/sip/receipt	Sun Mar 28 17:16:33 2010 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="needed for PyQt"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="python"
     1.8 +DEPENDS="python gcc-lib-base"
     1.9  BUILD_DEPENDS="python-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.riverbankcomputing.co.uk"
    1.12 @@ -16,7 +16,7 @@
    1.13  {
    1.14  	cd $src
    1.15  	python configure.py
    1.16 -	make
    1.17 +	make &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20