wok rev 21911

updated sip and sip-dev (4.16.6 -> 4.19.19)
author Hans-G?nter Theisgen
date Fri Oct 04 16:23:53 2019 +0100 (2019-10-04)
parents fa50aa6b22c6
children 45e561e5af9b
files sip-dev/receipt sip/receipt
line diff
     1.1 --- a/sip-dev/receipt	Fri Oct 04 15:55:31 2019 +0100
     1.2 +++ b/sip-dev/receipt	Fri Oct 04 16:23:53 2019 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sip-dev"
     1.7 -VERSION="4.16.6"
     1.8 +VERSION="4.19.19"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for sip"
    1.11 +SHORT_DESC="Development files for sip."
    1.12  MAINTAINER="allan316@gmail.com"
    1.13  LICENSE="GPL2 GPL3"
    1.14 -WEB_SITE="http://www.riverbankcomputing.co.uk"
    1.15 +WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro"
    1.16  
    1.17  WANTED="sip"
    1.18  DEPENDS="sip"
    1.19 @@ -17,4 +17,3 @@
    1.20  	mkdir -p $fs/usr
    1.21  	cp -a $install/usr/include $fs/usr
    1.22  }
    1.23 -
     2.1 --- a/sip/receipt	Fri Oct 04 15:55:31 2019 +0100
     2.2 +++ b/sip/receipt	Fri Oct 04 16:23:53 2019 +0100
     2.3 @@ -1,22 +1,24 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="sip"
     2.7 -VERSION="4.16.6"
     2.8 +VERSION="4.19.19"
     2.9  CATEGORY="development"
    2.10 -SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3"
    2.11 +SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3."
    2.12  MAINTAINER="allan316@gmail.com"
    2.13  LICENSE="GPL2 GPL3"
    2.14 -WEB_SITE="http://www.riverbankcomputing.com/software/sip/intro"
    2.15 +WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18 -WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
    2.19 +#WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
    2.20 +WGET_URL="https://www.riverbankcomputing.com/static/Downloads/$PACKAGE/$VERSION/$TARBALL"
    2.21  
    2.22 -DEPENDS="python gcc-lib-base"
    2.23 +DEPENDS="gcc-lib-base python"
    2.24  BUILD_DEPENDS="python-dev"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
    2.29 -	python configure.py
    2.30 +	python configure.py &&
    2.31  	make &&
    2.32  	make DESTDIR=$DESTDIR install
    2.33  }
    2.34 @@ -25,6 +27,7 @@
    2.35  genpkg_rules()
    2.36  {
    2.37  	mkdir -p $fs/usr
    2.38 +
    2.39  	cp -a $install/usr/bin $fs/usr
    2.40  	cp -a $install/usr/lib $fs/usr
    2.41  }