wok diff pycurl/receipt @ rev 25748
xfce4-clipman-plugin, xfce4-notifyd, xfce4-volumed: replaced dependency libxfconf by xfconf
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 31 09:56:34 2024 +0100 (4 months ago) |
parents | affc6fdda56c |
children |
line diff
1.1 --- a/pycurl/receipt Mon May 16 19:42:25 2022 +0000 1.2 +++ b/pycurl/receipt Sat Aug 31 09:56:34 2024 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pycurl" 1.7 -VERSION="7.43.0.3" 1.8 +VERSION="7.45.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A Python interface to libcurl." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -24,7 +24,8 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - python setup.py install \ 1.17 + python setup.py \ 1.18 + install \ 1.19 --curl-config=/usr/bin/curl-config \ 1.20 --prefix $DESTDIR/usr 1.21 } 1.22 @@ -32,6 +33,5 @@ 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr 1.27 - cp -a $install/usr/lib $fs/usr 1.28 + cook_copy_folders lib 1.29 }