wok diff PyQt-x11-gpl/receipt @ rev 5760

Up speex (1.2rc1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 05 11:56:36 2010 +0200 (2010-07-05)
parents 77d3079b16c0
children d3e28de5e48e
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Thu Jun 24 14:23:34 2010 +0200
     1.2 +++ b/PyQt-x11-gpl/receipt	Mon Jul 05 11:56:36 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="PyQt-x11-gpl"
     1.7 -VERSION="4.5"
     1.8 +VERSION="4.7.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PyQt"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 @@ -19,7 +19,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -       yes yes | python configure.py
    1.17 +       yes yes | python configure.py --confirm-license
    1.18  	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }