wok rev 25595
wv: update web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 11 13:58:21 2023 +0000 (16 months ago) |
parents | f2b4a9eb8bdd |
children | ad9d4c35c08b |
files | memtest/receipt memtest64/receipt wv-dev/receipt wv/receipt |
line diff
1.1 --- a/memtest/receipt Tue Jul 11 10:40:23 2023 +0000 1.2 +++ b/memtest/receipt Tue Jul 11 13:58:21 2023 +0000 1.3 @@ -83,6 +83,7 @@ 1.4 { 1.5 mkdir -p $fs/boot $install/usr/share/doc 1.6 cp $src/README* $install/usr/share/doc 1.7 + cp $src/LICENSE $install/usr/share/doc 1.8 cp $src/build32/memtest.bin.lzma $fs/boot/memtest.exe 1.9 } 1.10
2.1 --- a/memtest64/receipt Tue Jul 11 10:40:23 2023 +0000 2.2 +++ b/memtest64/receipt Tue Jul 11 13:58:21 2023 +0000 2.3 @@ -72,7 +72,9 @@ 2.4 # Rules to gen a SliTaz package suitable for Tazpkg. 2.5 genpkg_rules() 2.6 { 2.7 - mkdir -p $fs/boot 2.8 + mkdir -p $fs/boot $install/usr/share/doc 2.9 + cp $src/README* $install/usr/share/doc 2.10 + cp $src/LICENSE $install/usr/share/doc 2.11 cp $src/memtest64.bin.lzma $fs/boot/memtest64.exe 2.12 } 2.13
3.1 --- a/wv-dev/receipt Tue Jul 11 10:40:23 2023 +0000 3.2 +++ b/wv-dev/receipt Tue Jul 11 13:58:21 2023 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 MAINTAINER="pankso@slitaz.org" 3.5 LICENSE="GPL2" 3.6 WANTED="wv" 3.7 -WEB_SITE="http://www.abisource.com/projects/" 3.8 +WEB_SITE="https://web.archive.org/web/20230325174650/http://www.abisource.com/projects/" 3.9 3.10 DEPENDS="pkg-config" 3.11
4.1 --- a/wv/receipt Tue Jul 11 10:40:23 2023 +0000 4.2 +++ b/wv/receipt Tue Jul 11 13:58:21 2023 +0000 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="pankso@slitaz.org" 4.5 LICENSE="GPL2" 4.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.7 -WEB_SITE="http://www.abisource.com/projects/" 4.8 +WEB_SITE="https://web.archive.org/web/20230325174650/http://www.abisource.com/projects/" 4.9 WGET_URL="https://web.archive.org/web/20150709083957if_/http://www.abisource.com/downloads/wv/$VERSION/$TARBALL" 4.10 4.11 DEPENDS="glib libgsf libpng libxml2 zlib"