# HG changeset patch # User Pascal Bellard # Date 1680962441 0 # Node ID 976aaa1af0d26b2e6df9e4862984dae7a770fa1a # Parent 23441bc814aebf3ccc240b49179b28554c76f479 Add kegs diff -r 23441bc814ae -r 976aaa1af0d2 dpkg/receipt --- a/dpkg/receipt Thu Apr 06 10:52:37 2023 +0100 +++ b/dpkg/receipt Sat Apr 08 14:00:41 2023 +0000 @@ -10,7 +10,7 @@ TARBALL="${PACKAGE}_$VERSION.tar.xz" #WGET_URL="http://people.slitaz.org/~shann/packages/$PACKAGE/$TARBALL" # 1.16.12 -WGET_URL="http://deb.debian.org/debian/pool/main/d/$PACKAGE/$TARBALL" +WGET_URL="https://cloudfront.debian.net/debian-archive/debian/pool/main/d/dpkg/$TARBALL" DEPENDS="bzlib liblzma zlib" BUILD_DEPENDS="file liblzma-dev ncurses-dev perl" diff -r 23441bc814ae -r 976aaa1af0d2 kegs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kegs/receipt Sat Apr 08 14:00:41 2023 +0000 @@ -0,0 +1,40 @@ +# SliTaz package receipt. + +PACKAGE="kegs" +VERSION="1.20" +CATEGORY="misc" +TAGS="emulator apple2gs" +SHORT_DESC="An Apple IIgs emulator." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://kegs.sourceforge.net/" + +TARBALL="${PACKAGE}.$VERSION.zip" +WGET_URL="$WEB_SITE$TARBALL" + +DEPENDS="xorg-libX11 xorg-libXext pulseaudio" +BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev pulseaudio-dev" + +# What is the latest version available today? +current_version() +{ + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/Download version/!d;s|.*version ||;s| .*||;q' +} + +# Rules to configure and make the package. +compile_rules() +{ + cd src + rm vars + ln -s vars_x86linux vars + make -j 4 +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin $fs/usr/share + cp $src/kegs $fs/usr/bin + cp -a $src/doc $fs/usr/share +} diff -r 23441bc814ae -r 976aaa1af0d2 snapper-dev/receipt --- a/snapper-dev/receipt Thu Apr 06 10:52:37 2023 +0100 +++ b/snapper-dev/receipt Sat Apr 08 14:00:41 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="The ultimate snapshot tool for Linux, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://snapper.io/" +WEB_SITE="https://github.com/openSUSE/snapper/" DEPENDS="snapper" WANTED="snapper" diff -r 23441bc814ae -r 976aaa1af0d2 snapper/receipt --- a/snapper/receipt Thu Apr 06 10:52:37 2023 +0100 +++ b/snapper/receipt Sat Apr 08 14:00:41 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="The ultimate snapshot tool for Linux." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://snapper.io/" +WEB_SITE="https://github.com/openSUSE/snapper/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="ftp://ftp.suse.com/pub/projects/snapper/$TARBALL" diff -r 23441bc814ae -r 976aaa1af0d2 zstd-dev/receipt --- a/zstd-dev/receipt Thu Apr 06 10:52:37 2023 +0100 +++ b/zstd-dev/receipt Sat Apr 08 14:00:41 2023 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="zstd-dev" -VERSION="1.5.4" +VERSION="1.5.5" CATEGORY="development" SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="https://github.com/Cyan4973/zstd" +WEB_SITE="https://github.com/facebook/zstd" DEPENDS="pkg-config zstd" WANTED="zstd" diff -r 23441bc814ae -r 976aaa1af0d2 zstd/receipt --- a/zstd/receipt Thu Apr 06 10:52:37 2023 +0100 +++ b/zstd/receipt Sat Apr 08 14:00:41 2023 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="zstd" -VERSION="1.5.4" +VERSION="1.5.5" CATEGORY="base-system" TAGS="compression" SHORT_DESC="Zstandard - Fast and efficient compression algorithm." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD GPL2" -WEB_SITE="https://github.com/Cyan4973/zstd" +WEB_SITE="https://github.com/facebook/zstd" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/facebook/zstd/archive/v$VERSION.tar.gz"