wok rev 25053
Up advancecomp (2.3), foomatic-db (4.0-20220223), sagan-rules (2.0.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 19:53:43 2022 +0000 (2022-06-05) |
parents | bb9b70ee30ac |
children | 7689fec2e794 |
files | advancecomp/receipt foomatic-db/receipt sagan-rules/receipt |
line diff
1.1 --- a/advancecomp/receipt Sun Jun 05 11:43:47 2022 +0000 1.2 +++ b/advancecomp/receipt Sun Jun 05 19:53:43 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="advancecomp" 1.7 -VERSION="2.1" 1.8 +VERSION="2.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -23,10 +23,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - for patch in $stuff/*.patch ; do 1.17 - patch -p1 -i $patch 1.18 - done 1.19 - 1.20 ./autogen.sh && 1.21 ./configure $CONFIGURE_ARGS && make && make install 1.22 }
2.1 --- a/foomatic-db/receipt Sun Jun 05 11:43:47 2022 +0000 2.2 +++ b/foomatic-db/receipt Sun Jun 05 19:53:43 2022 +0000 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="foomatic-db" 2.7 -VERSION="4.0-20101114" 2.8 +VERSION="4.0-20220223" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Database used by foomatic-db-engine to generate PPD files" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.15 WEB_SITE="http://www.linuxprinting.org/foomatic.html" 2.16 WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL" 2.17 TAGS="printer driver printing" 2.18 @@ -24,7 +24,6 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - cd $src 2.23 ./configure \ 2.24 --prefix=/usr \ 2.25 --sysconfdir=/etc \
3.1 --- a/sagan-rules/receipt Sun Jun 05 11:43:47 2022 +0000 3.2 +++ b/sagan-rules/receipt Sun Jun 05 19:53:43 2022 +0000 3.3 @@ -1,20 +1,20 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sagan-rules" 3.7 -VERSION="08222011" 3.8 +VERSION="2.0.2" 3.9 CATEGORY="security" 3.10 SHORT_DESC="sagan rules" 3.11 MAINTAINER="erjo@slitaz.org" 3.12 LICENSE="BSD" 3.13 WEB_SITE="http://sagan.softwink.com/" 3.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.15 -WGET_URL="http://sagan.softwink.com/rules/$TARBALL" 3.16 +WGET_URL="https://github.com/quadrantsec/sagan-rules/archive/refs/tags/v$VERSION.tar.gz" 3.17 3.18 # What is the latest version available today? 3.19 current_version() 3.20 { 3.21 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 3.22 - sed "/current/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 3.23 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 3.24 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 3.25 } 3.26 3.27 # Rules to gen a SliTaz package suitable for Tazpkg.