wok rev 5759

Up: PyQt-x11-gpl (4.7.3) Fix: it now confirms license
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jul 04 15:44:26 2010 -0400 (2010-07-04)
parents 9b0c22fa1d70
children a59ebb0d6909
files PyQt-x11-gpl/receipt
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Sun Jul 04 14:49:56 2010 -0400
     1.2 +++ b/PyQt-x11-gpl/receipt	Sun Jul 04 15:44:26 2010 -0400
     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  }