wok diff sip/receipt @ rev 25630
libssh, openssh, paramiko, proftpd, putty: CVE-2023-48795 fix, waiting for dropbear and tinyssh released.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 22 14:30:01 2023 +0000 (11 months ago) |
parents | a77f941b8df6 |
children | 1fdbf2cdfae4 |
line diff
1.1 --- a/sip/receipt Sat May 14 18:19:29 2022 +0000 1.2 +++ b/sip/receipt Fri Dec 22 14:30:01 2023 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sip" 1.7 -VERSION="4.19.25" 1.8 +VERSION="4.19.25" # last version for Python 2 1.9 CATEGORY="development" 1.10 SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3." 1.11 MAINTAINER="allan316@gmail.com" 1.12 LICENSE="GPL2 GPL3" 1.13 WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro" 1.14 +REPOLOGY="python:sip" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 #WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 1.18 @@ -27,14 +28,12 @@ 1.19 { 1.20 python configure.py && 1.21 make && 1.22 - make DESTDIR=$DESTDIR install 1.23 + make install DESTDIR=$DESTDIR 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs/usr 1.30 - 1.31 - cp -a $install/usr/bin $fs/usr 1.32 - cp -a $install/usr/lib $fs/usr 1.33 + cook_copy_folders bin 1.34 + cook_copy_folders lib 1.35 }