# HG changeset patch # User Hans-G?nter Theisgen # Date 1570202633 -3600 # Node ID b1fea658f5c9a4182750371ad61ef81471852324 # Parent fa50aa6b22c6940b74d176ef486385c035356b7a updated sip and sip-dev (4.16.6 -> 4.19.19) diff -r fa50aa6b22c6 -r b1fea658f5c9 sip-dev/receipt --- a/sip-dev/receipt Fri Oct 04 15:55:31 2019 +0100 +++ b/sip-dev/receipt Fri Oct 04 16:23:53 2019 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="sip-dev" -VERSION="4.16.6" +VERSION="4.19.19" CATEGORY="development" -SHORT_DESC="Development files for sip" +SHORT_DESC="Development files for sip." MAINTAINER="allan316@gmail.com" LICENSE="GPL2 GPL3" -WEB_SITE="http://www.riverbankcomputing.co.uk" +WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro" WANTED="sip" DEPENDS="sip" @@ -17,4 +17,3 @@ mkdir -p $fs/usr cp -a $install/usr/include $fs/usr } - diff -r fa50aa6b22c6 -r b1fea658f5c9 sip/receipt --- a/sip/receipt Fri Oct 04 15:55:31 2019 +0100 +++ b/sip/receipt Fri Oct 04 16:23:53 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="sip" -VERSION="4.16.6" +VERSION="4.19.19" CATEGORY="development" -SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3" +SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3." MAINTAINER="allan316@gmail.com" LICENSE="GPL2 GPL3" -WEB_SITE="http://www.riverbankcomputing.com/software/sip/intro" +WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/pyqt/$TARBALL" +#WGET_URL="$SF_MIRROR/pyqt/$TARBALL" +WGET_URL="https://www.riverbankcomputing.com/static/Downloads/$PACKAGE/$VERSION/$TARBALL" -DEPENDS="python gcc-lib-base" +DEPENDS="gcc-lib-base python" BUILD_DEPENDS="python-dev" # Rules to configure and make the package. compile_rules() { - python configure.py + python configure.py && make && make DESTDIR=$DESTDIR install } @@ -25,6 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr }