wok diff sip/receipt @ rev 20055
syslinux: add Ukraine
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 08 11:06:48 2017 +0200 (2017-09-08) |
parents | 3b4e4318134e |
children | b1fea658f5c9 |
line diff
1.1 --- a/sip/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/sip/receipt Fri Sep 08 11:06:48 2017 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sip" 1.7 -VERSION="4.14.3" 1.8 +VERSION="4.16.6" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="needed for PyQt" 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 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.riverbankcomputing.co.uk" 1.17 -WGET_URL="http://sourceforge.net/projects/pyqt/files/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 1.18 +WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 1.19 1.20 DEPENDS="python gcc-lib-base" 1.21 BUILD_DEPENDS="python-dev" 1.22 @@ -16,7 +16,6 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 python configure.py 1.28 make && 1.29 make DESTDIR=$DESTDIR install 1.30 @@ -29,4 +28,3 @@ 1.31 cp -a $install/usr/bin $fs/usr 1.32 cp -a $install/usr/lib $fs/usr 1.33 } 1.34 -