wok diff pycurl/receipt @ rev 23661
updated spectrwm (3.2.0 -> 3.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 24 06:43:10 2020 +0100 (2020-04-24) |
parents | 16df76e1fc6a |
children | 2f230197370e |
line diff
1.1 --- a/pycurl/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/pycurl/receipt Fri Apr 24 06:43:10 2020 +0100 1.3 @@ -1,27 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pycurl" 1.7 -VERSION="7.19.0" 1.8 +VERSION="7.43.0.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A Python interface to libcurl." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="LGPL2.1" 1.13 +WEB_SITE="http://pycurl.io" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://pycurl.sourceforge.net" 1.17 -WGET_URL="http://pycurl.sourceforge.net/download/$TARBALL" 1.18 +WGET_URL="https://dl.bintray.com/$PACKAGE/$PACKAGE/$TARBALL" 1.19 1.20 -DEPENDS="python libcurl" 1.21 -BUILD_DEPENDS="openssl-dev curl-dev python-dev" 1.22 +DEPENDS="libcurl python" 1.23 +BUILD_DEPENDS="curl-dev openssl-dev python-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - python setup.py install --curl-config=/usr/bin/curl-config --prefix $DESTDIR/usr 1.29 + python setup.py install \ 1.30 + --curl-config=/usr/bin/curl-config \ 1.31 + --prefix $DESTDIR/usr 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 mkdir -p $fs/usr 1.38 - cp -a $install/usr/lib $fs/usr 1.39 + cp -a $install/usr/lib $fs/usr 1.40 }