# HG changeset patch # User Pascal Bellard # Date 1573834681 -3600 # Node ID 6a937d641b10d613e05c02aa40489ffe190a7af4 # Parent 20f548c9cda53c9c16419ecafe52c5a09f2f5899 Up x11vnc-extra (0.9.16) diff -r 20f548c9cda5 -r 6a937d641b10 autoblog/receipt --- a/autoblog/receipt Fri Nov 15 16:30:46 2019 +0100 +++ b/autoblog/receipt Fri Nov 15 17:18:01 2019 +0100 @@ -12,7 +12,7 @@ EXTRA_SOURCE_FILES="vvb.ini" URLV1="https://sebsauvage.net/streisand.me/download.php" URLV2="http://autoblog.kd2.org/source.txt" -URL="$URLV1" +WGET_URL="$URLV2" WEB_SITE="https://sebsauvage.net/streisand.me/" DEPENDS="php" @@ -20,12 +20,9 @@ # Rules to configure and make the package. compile_rules() { - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL [ -s "$SOURCES_REPOSITORY/vvb.ini" ] || wget -O "$SOURCES_REPOSITORY/vvb.ini" \ https://sebsauvage.net/streisand.me/sebsauvage/vvb.ini - mkdir -p $src 2> /dev/null } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 20f548c9cda5 -r 6a937d641b10 blogotext/receipt --- a/blogotext/receipt Fri Nov 15 16:30:46 2019 +0100 +++ b/blogotext/receipt Fri Nov 15 17:18:01 2019 +0100 @@ -8,27 +8,18 @@ LICENSE="MIT" WEB_SITE="https://github.com/BlogoText/blogotext" TARBALL="$PACKAGE-$VERSION.zip" -URL="https://lehollandaisvolant.net/blogotext/archives/$TARBALL" +WGET_URL="https://lehollandaisvolant.net/blogotext/archives/$TARBALL" DEPENDS="php-gd" BUILD_DEPENDS="" -# Rules to configure and make the package. -compile_rules() -{ - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL - mkdir -p $DESTDIR/var/www 2> /dev/null - cd $DESTDIR/var/www - unzip "$SOURCES_REPOSITORY/$TARBALL" - chown -R 80.80 $DESTDIR/var/www/blogotext -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + mkdir -p $fs/var/www/blogotext + cp -a $src/* $fs/var/www/blogotext/ find $fs -type f -exec chmod a-x \{\} \; + chown -R 80.80 $fs/var/www/blogotext } ## ----------------------------------------------------------------------- diff -r 20f548c9cda5 -r 6a937d641b10 libdvdnav-dev/receipt --- a/libdvdnav-dev/receipt Fri Nov 15 16:30:46 2019 +0100 +++ b/libdvdnav-dev/receipt Fri Nov 15 17:18:01 2019 +0100 @@ -9,7 +9,7 @@ WEB_SITE="http://dvdnav.mplayerhq.hu/" WANTED="libdvdnav" -DEPENDS="libdvdnav pkgconfig" +DEPENDS="libdvdnav pkg-config" genpkg_rules() { diff -r 20f548c9cda5 -r 6a937d641b10 othello/receipt --- a/othello/receipt Fri Nov 15 16:30:46 2019 +0100 +++ b/othello/receipt Fri Nov 15 17:18:01 2019 +0100 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Othello game in javascript" TARBALL="$PACKAGE-$VERSION.tar.lzma" +WGET_URL="http://mirror.slitaz.org/sources/packages/o/$TARBALL" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.posi.net/software/othello/" @@ -12,23 +13,6 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $src/images 2> /dev/null - cd $src - if [ ! -s othello.js ]; then - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then - unlzma -c $SOURCES_REPOSITORY/$TARBALL | tar xf - - mv $PACKAGE-$VERSION/* . - else - wget -O $SOURCES_REPOSITORY/$TARBALL http://mirror.slitaz.org/sources/packages/o/$TARBALL && - unlzma -c $SOURCES_REPOSITORY/$TARBALL | tar xf - - mv $PACKAGE-$VERSION/* . - fi - fi - #for i in index.html othello.js \ - # images/blank.gif images/white.gif images/black.gif \ - # images/white-trans.gif images/black-trans.gif ; do - # [ -s $i ] || wget -P $(dirname $i) $WEB_SITE/$i - #done sed -i 's|TITLE>.*Othello /dev/null cp "$SOURCES_REPOSITORY/$TARBALL" $DESTDIR/var/www/$PACKAGE/index.php chown -R 80.80 $DESTDIR/var/www/$PACKAGE diff -r 20f548c9cda5 -r 6a937d641b10 x11vnc-extra/receipt --- a/x11vnc-extra/receipt Fri Nov 15 16:30:46 2019 +0100 +++ b/x11vnc-extra/receipt Fri Nov 15 17:18:01 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="x11vnc-extra" -VERSION="0.9.13" +VERSION="0.9.16" CATEGORY="network" SHORT_DESC="java VNC viewer" MAINTAINER="pascal.bellard@slitaz.org"