wok rev 24998
Up rp-pppoe (3.15)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 16 10:11:22 2022 +0000 (2022-05-16) |
parents | 497ec5686070 |
children | 62e9d2aace40 |
files | bin86/receipt qlipper/receipt remind/receipt rogue/receipt rp-pppoe/receipt simh/receipt speedometer/receipt tahoe-lafs/receipt transcode/receipt |
line diff
1.1 --- a/bin86/receipt Mon May 16 11:04:31 2022 +0100 1.2 +++ b/bin86/receipt Mon May 16 10:11:22 2022 +0000 1.3 @@ -7,30 +7,18 @@ 1.4 MAINTAINER="slaxemulator@gmail.com" 1.5 LICENSE="GPL2" 1.6 WEB_SITE="http://www.debath.co.uk/" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 -WGET_URL="http://v3.sk/~lkundrak/dev86/$TARBALL" 1.9 +WANTED="dev86" 1.10 TAGS="assembler 8086" 1.11 1.12 DEPENDS="glibc-base" 1.13 1.14 -# What is the latest version available today? 1.15 -current_version() 1.16 -{ 1.17 - wget -O - https://github.com/lkundrak/dev86/tags 2>/dev/null | \ 1.18 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.19 -} 1.20 - 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1 1.25 - make PREFIX=/usr && 1.26 - make PREFIX=$DESTDIR/usr MANDIR=$DESTDIR/usr/share/man/man1 install 1.27 -} 1.28 - 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr 1.33 - cp -a $install/usr/bin $fs/usr 1.34 + mkdir -p $fs/usr/bin 1.35 + cp -a $install/usr/bin/as86 $fs/usr/bin 1.36 + cp -a $install/usr/bin/ld86 $fs/usr/bin 1.37 + cp -a $install/usr/bin/objdump86 $fs/usr/bin 1.38 + ln -s objdump86 $fs/usr/bin/nm86 1.39 + ln -s objdump86 $fs/usr/bin/size86 1.40 }
2.1 --- a/qlipper/receipt Mon May 16 11:04:31 2022 +0100 2.2 +++ b/qlipper/receipt Mon May 16 10:11:22 2022 +0000 2.3 @@ -7,8 +7,8 @@ 2.4 MAINTAINER="psychomaniak@xakep.ru" 2.5 LICENSE="GPL2" 2.6 WEB_SITE="https://github.com/pvanek/qlipper" 2.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.8 -WGET_URL="$WEB_SITE/files/$TARBALL" 2.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 +WGET_URL="https://github.com/pvanek/qlipper/archive/refs/tags/$VERSION.tar.gz" 2.11 2.12 DEPENDS="libQtGui libQtDBus libQtNetwork" 2.13 BUILD_DEPENDS="Qt4-dev cmake qmake"
3.1 --- a/remind/receipt Mon May 16 11:04:31 2022 +0100 3.2 +++ b/remind/receipt Mon May 16 10:11:22 2022 +0000 3.3 @@ -9,7 +9,7 @@ 3.4 WEB_SITE="https://dianne.skoll.ca/projects/remind/" 3.5 3.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.7 -WGET_URL="${WEB_SITE}download/$TARBALL" 3.8 +WGET_URL="https://git.skoll.ca/Skollsoft-Public/Remind/archive/$VERSION.tar.gz" 3.9 TAGS="office calendar" 3.10 3.11 DEPENDS="tcl tcllib tk xorg-libXss"
4.1 --- a/rogue/receipt Mon May 16 11:04:31 2022 +0100 4.2 +++ b/rogue/receipt Mon May 16 10:11:22 2022 +0000 4.3 @@ -6,9 +6,9 @@ 4.4 SHORT_DESC="The classic dungeon exploration game" 4.5 MAINTAINER="domcox@slitaz.org" 4.6 LICENSE="BSD" 4.7 -TARBALL="$PACKAGE$VERSION-src.tar.gz" 4.8 +TARBALL="$PACKAGE$-vVERSION.tar.gz" 4.9 WEB_SITE="https://web.archive.org/web/20160604020207/http://rogue.rogueforge.net/" 4.10 -WGET_URL="http://rogue.rogueforge.net/files/rogue${VERSION%.*}/$TARBALL" 4.11 +WGET_URL="https://gitlab.com/philhsmith/rogue/-/archive/v$VERSION/$TARBALL" 4.12 4.13 DEPENDS="ncurses" 4.14 BUILD_DEPENDS="ncurses-dev"
5.1 --- a/rp-pppoe/receipt Mon May 16 11:04:31 2022 +0100 5.2 +++ b/rp-pppoe/receipt Mon May 16 10:11:22 2022 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="rp-pppoe" 5.7 -VERSION="3.13" 5.8 +VERSION="3.15" 5.9 CATEGORY="network" 5.10 SHORT_DESC="A PPP over Ethernet client (for xDSL support)." 5.11 TAGS="network PPPoE"
6.1 --- a/simh/receipt Mon May 16 11:04:31 2022 +0100 6.2 +++ b/simh/receipt Mon May 16 10:11:22 2022 +0000 6.3 @@ -12,7 +12,7 @@ 6.4 vers=${VERSION/./} 6.5 vers=${vers/./-} 6.6 TARBALL="${PACKAGE}-${VERSION}.zip" 6.7 -WGET_URL="${WEB_SITE}sources/${PACKAGE}v$vers.zip" 6.8 +WGET_URL="${WEB_SITE}sources/archive/${PACKAGE}v$vers.zip" 6.9 6.10 BUILD_DEPENDS="libpcap-dev" 6.11
7.1 --- a/speedometer/receipt Mon May 16 11:04:31 2022 +0100 7.2 +++ b/speedometer/receipt Mon May 16 10:11:22 2022 +0000 7.3 @@ -8,7 +8,7 @@ 7.4 LICENSE="LGPL2.1" 7.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.6 WEB_SITE="https://excess.org/speedometer/" 7.7 -WGET_URL="https://excess.org/speedometer/$TARBALL" 7.8 +WGET_URL="https://github.com/wardi/speedometer/archive/refs/tags/release-$VERSION.tar.gz" 7.9 7.10 DEPENDS="python python-urwid" 7.11
8.1 --- a/tahoe-lafs/receipt Mon May 16 11:04:31 2022 +0100 8.2 +++ b/tahoe-lafs/receipt Mon May 16 10:11:22 2022 +0000 8.3 @@ -10,7 +10,7 @@ 8.4 WEB_SITE="https://github.com/tahoe-lafs/tahoe-lafs" 8.5 8.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.7 -WGET_URL="${WEB_SITE}downloads/$TARBALL" 8.8 +WGET_URL="$WEB_SITE/archive/refs/tags/$TARBALL" 8.9 8.10 DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1 \ 8.11 python-pycryptopp python-simplejson python-zfec \
9.1 --- a/transcode/receipt Mon May 16 11:04:31 2022 +0100 9.2 +++ b/transcode/receipt Mon May 16 10:11:22 2022 +0000 9.3 @@ -8,7 +8,7 @@ 9.4 LICENSE="GPL2" 9.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.6 WEB_SITE="https://www.linuxtv.org/wiki/index.php/Transcode" 9.7 -WGET_URL="$WEB_SITE/downloads/$TARBALL" 9.8 +WGET_URL="https://sources.archlinux.org/other/community/transcode/$TARBALL" 9.9 EXTRA_SOURCE_FILES="http://www.linuxfromscratch.org/patches/blfs/7.6/transcode-1.1.7-ffmpeg2-1.patch" 9.10 9.11 DEPENDS="libav lame libdvdread jpeg libvorbis alsa-lib"