wok diff sip/receipt @ rev 23313

updated perl-datetime-timezone (1.93 -> 2.38)
author Hans-G?nter Theisgen
date Mon Mar 30 15:07:38 2020 +0100 (2020-03-30)
parents 2e5434fe0bdb
children e919c5a2742d
line diff
     1.1 --- a/sip/receipt	Mon Mar 16 11:42:13 2015 +0200
     1.2 +++ b/sip/receipt	Mon Mar 30 15:07:38 2020 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sip"
     1.7 -VERSION="4.16.6"
     1.8 +VERSION="4.19.19"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3"
    1.11 +SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3."
    1.12  MAINTAINER="allan316@gmail.com"
    1.13  LICENSE="GPL2 GPL3"
    1.14 -WEB_SITE="http://www.riverbankcomputing.com/software/sip/intro"
    1.15 +WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
    1.19 +#WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
    1.20 +WGET_URL="https://www.riverbankcomputing.com/static/Downloads/$PACKAGE/$VERSION/$TARBALL"
    1.21  
    1.22 -DEPENDS="python gcc-lib-base"
    1.23 +DEPENDS="gcc-lib-base python"
    1.24  BUILD_DEPENDS="python-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	python configure.py
    1.30 +	python configure.py &&
    1.31  	make &&
    1.32  	make DESTDIR=$DESTDIR install
    1.33  }
    1.34 @@ -25,6 +27,7 @@
    1.35  genpkg_rules()
    1.36  {
    1.37  	mkdir -p $fs/usr
    1.38 +
    1.39  	cp -a $install/usr/bin $fs/usr
    1.40  	cp -a $install/usr/lib $fs/usr
    1.41  }