wok-6.x rev 20724
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 08 17:33:45 2019 +0100 (2019-02-08) |
parents | 24a8f373c227 |
children | a9c77509261e |
files | corkscrew/receipt encfs/receipt python-pyparsing/receipt rlog-dev/receipt rlog/receipt shellinabox/receipt syslinux/stuff/iso2exe/iso2exe.sh syslinux/stuff/iso2exe/taziso |
line diff
1.1 --- a/corkscrew/receipt Fri Feb 08 16:54:23 2019 +0100 1.2 +++ b/corkscrew/receipt Fri Feb 08 17:33:45 2019 +0100 1.3 @@ -6,17 +6,18 @@ 1.4 SHORT_DESC="tool for tunneling ssh through proxies" 1.5 MAINTAINER="allan316@gmail.com" 1.6 LICENSE="GPL2" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 -WEB_SITE="http://www.agroman.net/corkscrew" 1.9 -WGET_URL="$WEB_SITE/$TARBALL" 1.10 -TAGS="ssh" 1.11 +TARBALL="$PACKAGE-git-$VERSION.tar.gz" 1.12 +WEB_SITE="https://github.com/bryanpkc/corkscrew" 1.13 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.14 +TAGS="ssh https proxy" 1.15 1.16 DEPENDS="openssh" 1.17 +BUILD_DEPENDS="automake" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 + autoreconf --install 1.24 ./configure \ 1.25 --prefix=/usr \ 1.26 --infodir=/usr/share/info \ 1.27 @@ -28,7 +29,7 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - mkdir -p $fs/usr 1.32 + mkdir -p $fs/usr $install/usr/share/doc 1.33 cp -a $install/usr/bin $fs/usr 1.34 + cp $src/README $src/TODO $install/usr/share/doc 1.35 } 1.36 -
2.1 --- a/encfs/receipt Fri Feb 08 16:54:23 2019 +0100 2.2 +++ b/encfs/receipt Fri Feb 08 17:33:45 2019 +0100 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="b1+slitaz@nagel.org" 2.5 LICENSE="GPL3" 2.6 TARBALL="$PACKAGE-$VERSION.tgz" 2.7 -WEB_SITE="http://www.arg0.net/encfs" 2.8 +WEB_SITE="https://www.arg0.net/encfs" 2.9 WGET_URL="http://encfs.googlecode.com/files/$TARBALL" 2.10 TAGS="filesystem" 2.11
3.1 --- a/python-pyparsing/receipt Fri Feb 08 16:54:23 2019 +0100 3.2 +++ b/python-pyparsing/receipt Fri Feb 08 17:33:45 2019 +0100 3.3 @@ -7,7 +7,7 @@ 3.4 SHORT_DESC="Python parsing module" 3.5 MAINTAINER="pascal.bellard@slitaz.org" 3.6 LICENSE="MIT" 3.7 -WEB_SITE="http://pyparsing.wikispaces.com/" 3.8 +WEB_SITE="https://pyparsing.wikispaces.com/" 3.9 TARBALL="$SOURCE-$VERSION.tar.gz" 3.10 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 3.11
4.1 --- a/rlog-dev/receipt Fri Feb 08 16:54:23 2019 +0100 4.2 +++ b/rlog-dev/receipt Fri Feb 08 17:33:45 2019 +0100 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="b1+slitaz@nagel.org" 4.5 LICENSE="LGPL2.1" 4.6 WANTED="rlog" 4.7 -WEB_SITE="http://www.arg0.net/rlog" 4.8 +WEB_SITE="https://www.arg0.net/rlog" 4.9 4.10 DEPENDS="pkg-config" 4.11
5.1 --- a/rlog/receipt Fri Feb 08 16:54:23 2019 +0100 5.2 +++ b/rlog/receipt Fri Feb 08 17:33:45 2019 +0100 5.3 @@ -7,7 +7,7 @@ 5.4 MAINTAINER="b1+slitaz@nagel.org" 5.5 LICENSE="LGPL2.1" 5.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.7 -WEB_SITE="http://www.arg0.net/rlog" 5.8 +WEB_SITE="https://www.arg0.net/rlog" 5.9 WGET_URL="http://rlog.googlecode.com/files/$TARBALL" 5.10 TAGS="C++ log" 5.11
6.1 --- a/shellinabox/receipt Fri Feb 08 16:54:23 2019 +0100 6.2 +++ b/shellinabox/receipt Fri Feb 08 17:33:45 2019 +0100 6.3 @@ -7,9 +7,8 @@ 6.4 MAINTAINER="pascal.bellard@slitaz.org" 6.5 LICENSE="GPL2" 6.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.7 -WEB_SITE="http://$PACKAGE.googlecode.com/" 6.8 -WGET_URL="${WEB_SITE}files/$TARBALL" 6.9 -WGET_URL="https://github.com/shellinabox/shellinabox/archive/v$VERSION.tar.gz" 6.10 +WEB_SITE="https://github.com/shellinabox/shellinabox" 6.11 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 6.12 TAGS="web-application" 6.13 6.14 DEPENDS="zlib"
7.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Fri Feb 08 16:54:23 2019 +0100 7.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Fri Feb 08 17:33:45 2019 +0100 7.3 @@ -173,7 +173,9 @@ 7.4 tazboot.com) OFFSET=$(($(get 64 "$ISO") - 0xC0)) 7.5 SIZE=$(($stub - $(get 24 "$ISO") - $OFFSET));; 7.6 dosstub) OFFSET=$stub; SIZE=$((0x7FF0 - $OFFSET));; 7.7 - boot.md5) OFFSET=$((0x7FF0)); SIZE=16;; 7.8 + boot.md5) [ $(get 0 "$ISO") -eq 23117 ] && 7.9 + [ $(get 18 "$ISO") -ne 0 ] && 7.10 + OFFSET=$((0x7FF0)) && SIZE=16;; 7.11 fs.iso) OFFSET=$((0x8000)) 7.12 SIZE=$((2048*$c - $OFFSET));; 7.13 custom.magic) ddq bs=2k skip=$c if="$ISO" | ddq bs=1 count=6 | \
8.1 --- a/syslinux/stuff/iso2exe/taziso Fri Feb 08 16:54:23 2019 +0100 8.2 +++ b/syslinux/stuff/iso2exe/taziso Fri Feb 08 17:33:45 2019 +0100 8.3 @@ -1096,13 +1096,14 @@ 8.4 { 8.5 [ $(get 1024 "$ISO") -eq 35615 ] && n=2 || n=$((1+$(get 417 "$ISO" 1))) 8.6 [ $n -eq 4 ] && n=20 8.7 + [ $(get $(($n*512)) "$ISO") -eq 35615 ] || n=13 8.8 ddq if="$ISO" bs=512 skip=$n count=20 | zcat 2>/dev/null 8.9 } 8.10 8.11 hasflavinfo() 8.12 { 8.13 - [ "$(flavdata | ddq bs=1 count=8 | strings)" == \ 8.14 - "07070100" ] && menuitem "$@" 8.15 + [ "$(flavdata | ddq bs=1 count=7 | strings)" == \ 8.16 + "0707010" ] && menuitem "$@" 8.17 } 8.18 8.19 showfavinfo() 8.20 @@ -1404,9 +1405,9 @@ 8.21 $(cdexe 'memtest*' "memtest" "Get Memtest86 DOS/EXE file") \ 8.22 $(cdfilef 'memtest*' "fdmemtest" "Create a Memtest86 boot floppy") \ 8.23 $(cdfilex 'memtest*' "runmemtest" "Start Memtest86") \ 8.24 -$(cdexe '?pxe' "pxe" "Get SliTaz Web boot DOS/EXE utility") \ 8.25 -$(cdfilef '?pxe' "fdpxe" "Create a SliTaz Web boot floppy") \ 8.26 -$(cdfilex '?pxe' "runpxe" "Start the SliTaz Web boot utility") \ 8.27 +$(cdexe '?pxe*' "pxe" "Get SliTaz Web boot DOS/EXE utility") \ 8.28 +$(cdfilef '?pxe*' "fdpxe" "Create a SliTaz Web boot floppy") \ 8.29 +$(cdfilex '?pxe*' "runpxe" "Start the SliTaz Web boot utility") \ 8.30 $(misspkg "missing" "Install packages to get more options") \ 8.31 $(menuitem "quit" "Quit this utility") 8.32 EOT