wok-current diff hfsprescue/receipt @ rev 25170
updated python, python-dev and python-idle (2.7.17 -> 2.7.18)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 15:56:11 2022 +0100 (2022-07-01) |
parents | af8d823a3077 |
children |
line diff
1.1 --- a/hfsprescue/receipt Mon Feb 14 14:14:23 2022 +0000 1.2 +++ b/hfsprescue/receipt Fri Jul 01 15:56:11 2022 +0100 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hfsprescue" 1.7 -VERSION="3.4" 1.8 +VERSION="3.5" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="HFS+ recovery tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.plop.at/en/hfsprescue.html" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.plop.at/en/hfsprescue.html" 1.16 -WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL" 1.17 +WGET_URL="https://download.plop.at/$PACKAGE/$TARBALL" 1.18 1.19 -DEPENDS="gcc-lib-base libcrypto zlib" 1.20 +DEPENDS="libcrypto zlib" 1.21 BUILD_DEPENDS="openssl-dev" 1.22 1.23 # What is the latest version available today? 1.24 @@ -23,16 +23,17 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.29 - --mandir=/usr/share/man \ 1.30 - $CONFIGURE_ARGS && 1.31 + ./configure \ 1.32 + --prefix=/usr \ 1.33 + --infodir=/usr/share/info \ 1.34 + --mandir=/usr/share/man \ 1.35 + $CONFIGURE_ARGS && 1.36 make && 1.37 - make DESTDIR=$DESTDIR install 1.38 + make install DESTDIR=$DESTDIR 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 genpkg_rules() 1.43 { 1.44 - mkdir -p $fs/usr 1.45 - cp -a $install/usr/bin $fs/usr 1.46 + cook_copy_folders bin 1.47 }