wok rev 23460

updated pycurl (7.19.0 -> 7.43.0.3)
author Hans-G?nter Theisgen
date Sat Apr 04 17:11:09 2020 +0100 (2020-04-04)
parents dda811c974d8
children 2a362443b481
files pycurl/receipt
line diff
     1.1 --- a/pycurl/receipt	Sat Apr 04 17:01:40 2020 +0100
     1.2 +++ b/pycurl/receipt	Sat Apr 04 17:11:09 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  }