wok-6.x rev 25181
Up perl-log-log4perl (1.55)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 09 08:28:32 2022 +0000 (2022-07-09) |
parents | 4eb0430e6d58 |
children | 3e674183c1e0 |
files | mbedtls/receipt perl-log-log4perl/receipt rust-cargo/receipt rust/receipt |
line diff
1.1 --- a/mbedtls/receipt Tue Jul 05 09:19:22 2022 +0000 1.2 +++ b/mbedtls/receipt Sat Jul 09 08:28:32 2022 +0000 1.3 @@ -8,15 +8,17 @@ 1.4 LICENSE="Apache" 1.5 WEB_SITE="https://www.trustedfirmware.org/projects/mbed-tls/" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION-gpl.tgz" 1.8 -WGET_URL="https://tls.mbed.org/download/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 +WGET_URL="https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/$TARBALL" 1.11 1.12 +# What is the latest version available today? 1.13 current_version() 1.14 { 1.15 - wget -O - https://github.com/ARMmbed/mbedtls/releases 2>/dev/null | \ 1.16 + wget -O - https://github.com/Mbed-TLS/mbedtls/releases 2>/dev/null | \ 1.17 sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.18 } 1.19 1.20 +# Rules to configure and make the package. 1.21 compile_rules() { 1.22 sed \ 1.23 -e 's|//\(#define MBEDTLS_THREADING_C\)|\1|' \ 1.24 @@ -29,6 +31,7 @@ 1.25 make DESTDIR=$install/usr install 1.26 } 1.27 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() { 1.30 mkdir -p $fs/usr/lib/ 1.31 cp -a $install/usr/bin/ $fs/usr/
2.1 --- a/perl-log-log4perl/receipt Tue Jul 05 09:19:22 2022 +0000 2.2 +++ b/perl-log-log4perl/receipt Sat Jul 09 08:28:32 2022 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-log-log4perl" 2.7 -VERSION="1.54" 2.8 +VERSION="1.55" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Log::Log4perl module is a Perl extension." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -10,10 +10,11 @@ 2.13 REPOLOGY="perl:log-log4perl" 2.14 SOURCE="Log-Log4perl" 2.15 TARBALL="$SOURCE-$VERSION.tar.gz" 2.16 -WGET_URL="https://www.cpan.org/modules/by-module/Log/$TARBALL" 2.17 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETJ/$TARBALL" 2.18 DEPENDS="perl" 2.19 BUILD_DEPENDS="perl" 2.20 2.21 +# What is the latest version available today? 2.22 current_version() 2.23 { 2.24 wget -O - $WEB_SITE 2>/dev/null | \
3.1 --- a/rust-cargo/receipt Tue Jul 05 09:19:22 2022 +0000 3.2 +++ b/rust-cargo/receipt Sat Jul 09 08:28:32 2022 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="The Rust package manager." 3.5 MAINTAINER="al.bobylev@gmail.com" 3.6 LICENSE="MIT Apache BSD" 3.7 -WEB_SITE="https://www.rust-lang.org/" 3.8 +WEB_SITE="https://www.rust-lang.org" 3.9 3.10 SIBLINGS="rust" 3.11 DEPENDS="rust"
4.1 --- a/rust/receipt Tue Jul 05 09:19:22 2022 +0000 4.2 +++ b/rust/receipt Sat Jul 09 08:28:32 2022 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="The Rust programming language." 4.5 MAINTAINER="al.bobylev@gmail.com" 4.6 LICENSE="MIT Apache BSD" 4.7 -WEB_SITE="https://www.rust-lang.org/" 4.8 +WEB_SITE="https://www.rust-lang.org" 4.9 4.10 TARBALL="rust-$VERSION-i686-unknown-linux-gnu.tar.gz" 4.11 WGET_URL="https://static.rust-lang.org/dist/$TARBALL"