wok rev 25502
Up memtest-efi* (6.01)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 15 09:58:15 2023 +0000 (22 months ago) |
parents | c5245e11296b |
children | 9fdfc7625dd7 |
files | dhcp/receipt dhcp6/receipt ftjam/receipt memtest-efi32/receipt memtest-efi64/receipt wmctrl/receipt |
line diff
1.1 --- a/dhcp/receipt Wed Jan 11 14:20:29 2023 +0000 1.2 +++ b/dhcp/receipt Sun Jan 15 09:58:15 2023 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://www.isc.org/dhcp/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="https://fossies.org/linux/misc/$TARBALL" 1.8 +WGET_URL="https://ftp.isc.org/isc/dhcp/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="libcrypto" 1.11 BUILD_DEPENDS="file perl"
2.1 --- a/dhcp6/receipt Wed Jan 11 14:20:29 2023 +0000 2.2 +++ b/dhcp6/receipt Sun Jan 15 09:58:15 2023 +0000 2.3 @@ -10,7 +10,7 @@ 2.4 2.5 SOURCE="dhcp" 2.6 TARBALL="$SOURCE-$VERSION.tar.gz" 2.7 -WGET_URL="https://fossies.org/linux/misc/$TARBALL" 2.8 +WGET_URL="https://ftp.isc.org/isc/dhcp/$SOURCE/$TARBALL" 2.9 2.10 PROVIDE="dhcp" 2.11 DEPENDS="libcrypto"
3.1 --- a/ftjam/receipt Wed Jan 11 14:20:29 2023 +0000 3.2 +++ b/ftjam/receipt Sun Jan 15 09:58:15 2023 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 MAINTAINER="jozee@slitaz.org" 3.5 LICENSE="BSD" 3.6 SHORT_DESC="FT Jam - an enhanced version of the Jam build tool" 3.7 -WEB_SITE="http://freetype.org/jam/" 3.8 +WEB_SITE="https://freetype.org/jam/" 3.9 PROVIDE="jam" 3.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.11 WGET_URL="https://www.mirrorservice.org/sites/download.salixos.org/i486/14.0/source/d/$PACKAGE/$TARBALL"
4.1 --- a/memtest-efi32/receipt Wed Jan 11 14:20:29 2023 +0000 4.2 +++ b/memtest-efi32/receipt Sun Jan 15 09:58:15 2023 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="memtest-efi32" 4.7 -VERSION="6.00b2" 4.8 +VERSION="6.01" 4.9 CATEGORY="base-system" 4.10 SHORT_DESC="Memory failures detection tool." 4.11 MAINTAINER="pascal.bellard@slitaz.org"
5.1 --- a/memtest-efi64/receipt Wed Jan 11 14:20:29 2023 +0000 5.2 +++ b/memtest-efi64/receipt Sun Jan 15 09:58:15 2023 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="memtest-efi64" 5.7 -VERSION="6.00b2" 5.8 +VERSION="6.01" 5.9 CATEGORY="base-system" 5.10 SHORT_DESC="Memory failures detection tool." 5.11 MAINTAINER="pascal.bellard@slitaz.org"
6.1 --- a/wmctrl/receipt Wed Jan 11 14:20:29 2023 +0000 6.2 +++ b/wmctrl/receipt Sun Jan 15 09:58:15 2023 +0000 6.3 @@ -6,10 +6,10 @@ 6.4 SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager." 6.5 MAINTAINER="yuripourre@gmail.com" 6.6 LICENSE="GPL" 6.7 -WEB_SITE="http://tripie.sweb.cz/utils/wmctrl/" 6.8 +WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl" 6.9 6.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.11 -WGET_URL="${WEB_SITE}dist/$TARBALL" 6.12 +WGET_URL="https://7010c55d-a-62cb3a1a-s-sites.googlegroups.com/site/tstyblo/wmctrl/$TARBALL" 6.13 6.14 DEPENDS="glib" 6.15 BUILD_DEPENDS="glib-dev" 6.16 @@ -18,7 +18,7 @@ 6.17 current_version() 6.18 { 6.19 wget -O - $WEB_SITE 2>/dev/null | \ 6.20 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 6.21 + sed '/Current version/!d;s|.*: ||;s|<.*||' 6.22 } 6.23 6.24 # Rules to configure and make the package. 6.25 @@ -32,6 +32,7 @@ 6.26 make DESTDIR=$DESTDIR install 6.27 } 6.28 6.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.30 genpkg_rules() 6.31 { 6.32 mkdir -p $fs/usr