wok-current diff lsscsi/receipt @ rev 25024
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 20:10:17 2022 +0000 (2022-05-18) |
parents | ede1d184d5c5 |
children |
line diff
1.1 --- a/lsscsi/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/lsscsi/receipt Wed May 18 20:10:17 2022 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lsscsi" 1.7 -VERSION="0.31" 1.8 +VERSION="0.32" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Lists information about SCSI devices." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html" 1.14 +WEB_SITE="https://sg.danny.cz/scsi/lsscsi.html" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tgz" 1.17 -WGET_URL="http://sg.danny.cz/scsi/$TARBALL" 1.18 +WGET_URL="https://sg.danny.cz/scsi/$TARBALL" 1.19 1.20 # What is the latest version available today? 1.21 current_version() 1.22 @@ -31,6 +31,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/bin $fs/usr 1.28 + cook_copy_folders bin 1.29 }