wok rev 25552
Add kegs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 08 14:00:41 2023 +0000 (19 months ago) |
parents | 23441bc814ae |
children | 86d79cfc8e5e |
files | dpkg/receipt kegs/receipt snapper-dev/receipt snapper/receipt zstd-dev/receipt zstd/receipt |
line diff
1.1 --- a/dpkg/receipt Thu Apr 06 10:52:37 2023 +0100 1.2 +++ b/dpkg/receipt Sat Apr 08 14:00:41 2023 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 TARBALL="${PACKAGE}_$VERSION.tar.xz" 1.6 #WGET_URL="http://people.slitaz.org/~shann/packages/$PACKAGE/$TARBALL" # 1.16.12 1.7 -WGET_URL="http://deb.debian.org/debian/pool/main/d/$PACKAGE/$TARBALL" 1.8 +WGET_URL="https://cloudfront.debian.net/debian-archive/debian/pool/main/d/dpkg/$TARBALL" 1.9 1.10 DEPENDS="bzlib liblzma zlib" 1.11 BUILD_DEPENDS="file liblzma-dev ncurses-dev perl"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/kegs/receipt Sat Apr 08 14:00:41 2023 +0000 2.3 @@ -0,0 +1,40 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="kegs" 2.7 +VERSION="1.20" 2.8 +CATEGORY="misc" 2.9 +TAGS="emulator apple2gs" 2.10 +SHORT_DESC="An Apple IIgs emulator." 2.11 +MAINTAINER="pascal.bellard@slitaz.org" 2.12 +LICENSE="GPL3" 2.13 +WEB_SITE="https://kegs.sourceforge.net/" 2.14 + 2.15 +TARBALL="${PACKAGE}.$VERSION.zip" 2.16 +WGET_URL="$WEB_SITE$TARBALL" 2.17 + 2.18 +DEPENDS="xorg-libX11 xorg-libXext pulseaudio" 2.19 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev pulseaudio-dev" 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 | \ 2.25 + sed '/Download version/!d;s|.*version ||;s| .*||;q' 2.26 +} 2.27 + 2.28 +# Rules to configure and make the package. 2.29 +compile_rules() 2.30 +{ 2.31 + cd src 2.32 + rm vars 2.33 + ln -s vars_x86linux vars 2.34 + make -j 4 2.35 +} 2.36 + 2.37 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.38 +genpkg_rules() 2.39 +{ 2.40 + mkdir -p $fs/usr/bin $fs/usr/share 2.41 + cp $src/kegs $fs/usr/bin 2.42 + cp -a $src/doc $fs/usr/share 2.43 +}
3.1 --- a/snapper-dev/receipt Thu Apr 06 10:52:37 2023 +0100 3.2 +++ b/snapper-dev/receipt Sat Apr 08 14:00:41 2023 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="The ultimate snapshot tool for Linux, development files." 3.5 MAINTAINER="pascal.bellard@slitaz.org" 3.6 LICENSE="GPL2" 3.7 -WEB_SITE="http://snapper.io/" 3.8 +WEB_SITE="https://github.com/openSUSE/snapper/" 3.9 3.10 DEPENDS="snapper" 3.11 WANTED="snapper"
4.1 --- a/snapper/receipt Thu Apr 06 10:52:37 2023 +0100 4.2 +++ b/snapper/receipt Sat Apr 08 14:00:41 2023 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="The ultimate snapshot tool for Linux." 4.5 MAINTAINER="pascal.bellard@slitaz.org" 4.6 LICENSE="GPL2" 4.7 -WEB_SITE="http://snapper.io/" 4.8 +WEB_SITE="https://github.com/openSUSE/snapper/" 4.9 4.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.11 WGET_URL="ftp://ftp.suse.com/pub/projects/snapper/$TARBALL"
5.1 --- a/zstd-dev/receipt Thu Apr 06 10:52:37 2023 +0100 5.2 +++ b/zstd-dev/receipt Sat Apr 08 14:00:41 2023 +0000 5.3 @@ -1,12 +1,12 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="zstd-dev" 5.7 -VERSION="1.5.4" 5.8 +VERSION="1.5.5" 5.9 CATEGORY="development" 5.10 SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 LICENSE="BSD" 5.13 -WEB_SITE="https://github.com/Cyan4973/zstd" 5.14 +WEB_SITE="https://github.com/facebook/zstd" 5.15 5.16 DEPENDS="pkg-config zstd" 5.17 WANTED="zstd"
6.1 --- a/zstd/receipt Thu Apr 06 10:52:37 2023 +0100 6.2 +++ b/zstd/receipt Sat Apr 08 14:00:41 2023 +0000 6.3 @@ -1,13 +1,13 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="zstd" 6.7 -VERSION="1.5.4" 6.8 +VERSION="1.5.5" 6.9 CATEGORY="base-system" 6.10 TAGS="compression" 6.11 SHORT_DESC="Zstandard - Fast and efficient compression algorithm." 6.12 MAINTAINER="pascal.bellard@slitaz.org" 6.13 LICENSE="BSD GPL2" 6.14 -WEB_SITE="https://github.com/Cyan4973/zstd" 6.15 +WEB_SITE="https://github.com/facebook/zstd" 6.16 6.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.18 WGET_URL="https://github.com/facebook/zstd/archive/v$VERSION.tar.gz"