wok rev 25162

updated pycurl (7.43.0.3 -> 7.45.1)
author Hans-G?nter Theisgen
date Fri Jul 01 10:12:48 2022 +0100 (22 months ago)
parents d16df1a9c46d
children d402990be9fd
files pycurl/description.txt pycurl/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pycurl/description.txt	Fri Jul 01 10:12:48 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +PycURL is a Python interface to libcurl.
     1.5 +PycURL can be used to fetch objects identified by a URL from a Python program,
     1.6 +similar to the urllib Python module.
     1.7 +PycURL is mature, very fast, and supports a lot of features.
     2.1 --- a/pycurl/receipt	Fri Jul 01 10:04:47 2022 +0100
     2.2 +++ b/pycurl/receipt	Fri Jul 01 10:12:48 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pycurl"
     2.7 -VERSION="7.43.0.3"
     2.8 +VERSION="7.45.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A Python interface to libcurl."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -24,7 +24,8 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	python setup.py install				\
    2.17 +	python	setup.py				\
    2.18 +		install					\
    2.19  		--curl-config=/usr/bin/curl-config	\
    2.20  		--prefix $DESTDIR/usr
    2.21  }
    2.22 @@ -32,6 +33,5 @@
    2.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.24  genpkg_rules()
    2.25  {
    2.26 -	mkdir -p $fs/usr
    2.27 -	cp -a $install/usr/lib	$fs/usr
    2.28 +	cook_copy_folders	lib
    2.29  }