wok-6.x rev 22337
Up x11vnc-extra (0.9.16)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 15 17:18:01 2019 +0100 (2019-11-15) |
parents | 20f548c9cda5 |
children | ba1e68274f76 |
files | autoblog/receipt blogotext/receipt libdvdnav-dev/receipt othello/receipt picoblog/receipt x11vnc-extra/receipt |
line diff
1.1 --- a/autoblog/receipt Fri Nov 15 16:30:46 2019 +0100 1.2 +++ b/autoblog/receipt Fri Nov 15 17:18:01 2019 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 EXTRA_SOURCE_FILES="vvb.ini" 1.5 URLV1="https://sebsauvage.net/streisand.me/download.php" 1.6 URLV2="http://autoblog.kd2.org/source.txt" 1.7 -URL="$URLV1" 1.8 +WGET_URL="$URLV2" 1.9 WEB_SITE="https://sebsauvage.net/streisand.me/" 1.10 1.11 DEPENDS="php" 1.12 @@ -20,12 +20,9 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || 1.17 - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL 1.18 [ -s "$SOURCES_REPOSITORY/vvb.ini" ] || 1.19 wget -O "$SOURCES_REPOSITORY/vvb.ini" \ 1.20 https://sebsauvage.net/streisand.me/sebsauvage/vvb.ini 1.21 - mkdir -p $src 2> /dev/null 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/blogotext/receipt Fri Nov 15 16:30:46 2019 +0100 2.2 +++ b/blogotext/receipt Fri Nov 15 17:18:01 2019 +0100 2.3 @@ -8,27 +8,18 @@ 2.4 LICENSE="MIT" 2.5 WEB_SITE="https://github.com/BlogoText/blogotext" 2.6 TARBALL="$PACKAGE-$VERSION.zip" 2.7 -URL="https://lehollandaisvolant.net/blogotext/archives/$TARBALL" 2.8 +WGET_URL="https://lehollandaisvolant.net/blogotext/archives/$TARBALL" 2.9 2.10 DEPENDS="php-gd" 2.11 BUILD_DEPENDS="" 2.12 2.13 -# Rules to configure and make the package. 2.14 -compile_rules() 2.15 -{ 2.16 - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || 2.17 - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL 2.18 - mkdir -p $DESTDIR/var/www 2> /dev/null 2.19 - cd $DESTDIR/var/www 2.20 - unzip "$SOURCES_REPOSITORY/$TARBALL" 2.21 - chown -R 80.80 $DESTDIR/var/www/blogotext 2.22 -} 2.23 - 2.24 # Rules to gen a SliTaz package suitable for Tazpkg. 2.25 genpkg_rules() 2.26 { 2.27 - cp -a $install/* $fs 2.28 + mkdir -p $fs/var/www/blogotext 2.29 + cp -a $src/* $fs/var/www/blogotext/ 2.30 find $fs -type f -exec chmod a-x \{\} \; 2.31 + chown -R 80.80 $fs/var/www/blogotext 2.32 } 2.33 2.34 ## -----------------------------------------------------------------------
3.1 --- a/libdvdnav-dev/receipt Fri Nov 15 16:30:46 2019 +0100 3.2 +++ b/libdvdnav-dev/receipt Fri Nov 15 17:18:01 2019 +0100 3.3 @@ -9,7 +9,7 @@ 3.4 WEB_SITE="http://dvdnav.mplayerhq.hu/" 3.5 3.6 WANTED="libdvdnav" 3.7 -DEPENDS="libdvdnav pkgconfig" 3.8 +DEPENDS="libdvdnav pkg-config" 3.9 3.10 genpkg_rules() 3.11 {
4.1 --- a/othello/receipt Fri Nov 15 16:30:46 2019 +0100 4.2 +++ b/othello/receipt Fri Nov 15 17:18:01 2019 +0100 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="games" 4.5 SHORT_DESC="Othello game in javascript" 4.6 TARBALL="$PACKAGE-$VERSION.tar.lzma" 4.7 +WGET_URL="http://mirror.slitaz.org/sources/packages/o/$TARBALL" 4.8 MAINTAINER="pascal.bellard@slitaz.org" 4.9 LICENSE="MIT" 4.10 WEB_SITE="http://www.posi.net/software/othello/" 4.11 @@ -12,23 +13,6 @@ 4.12 # Rules to configure and make the package. 4.13 compile_rules() 4.14 { 4.15 - mkdir -p $src/images 2> /dev/null 4.16 - cd $src 4.17 - if [ ! -s othello.js ]; then 4.18 - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then 4.19 - unlzma -c $SOURCES_REPOSITORY/$TARBALL | tar xf - 4.20 - mv $PACKAGE-$VERSION/* . 4.21 - else 4.22 - wget -O $SOURCES_REPOSITORY/$TARBALL http://mirror.slitaz.org/sources/packages/o/$TARBALL && 4.23 - unlzma -c $SOURCES_REPOSITORY/$TARBALL | tar xf - 4.24 - mv $PACKAGE-$VERSION/* . 4.25 - fi 4.26 - fi 4.27 - #for i in index.html othello.js \ 4.28 - # images/blank.gif images/white.gif images/black.gif \ 4.29 - # images/white-trans.gif images/black-trans.gif ; do 4.30 - # [ -s $i ] || wget -P $(dirname $i) $WEB_SITE/$i 4.31 - #done 4.32 sed -i 's|TITLE>.*</TITLE|TITLE>Othello</TITLE|' index.html 4.33 } 4.34
5.1 --- a/picoblog/receipt Fri Nov 15 16:30:46 2019 +0100 5.2 +++ b/picoblog/receipt Fri Nov 15 17:18:01 2019 +0100 5.3 @@ -8,7 +8,7 @@ 5.4 LICENSE="MIT" 5.5 TARBALL="$PACKAGE-$VERSION" 5.6 WEB_SITE="http://dev.kd2.org/picoblog/" 5.7 -URL="http://svn.kd2.org/svn/misc/apps/picoblog/index.php" 5.8 +WGET_URL="http://svn.kd2.org/svn/misc/apps/picoblog/index.php" 5.9 HOST_ARCH="any" 5.10 TAGS="blog" 5.11 5.12 @@ -17,8 +17,6 @@ 5.13 # Rules to configure and make the package. 5.14 compile_rules() 5.15 { 5.16 - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || 5.17 - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL 5.18 mkdir -p $DESTDIR/var/www/$PACKAGE 2> /dev/null 5.19 cp "$SOURCES_REPOSITORY/$TARBALL" $DESTDIR/var/www/$PACKAGE/index.php 5.20 chown -R 80.80 $DESTDIR/var/www/$PACKAGE
6.1 --- a/x11vnc-extra/receipt Fri Nov 15 16:30:46 2019 +0100 6.2 +++ b/x11vnc-extra/receipt Fri Nov 15 17:18:01 2019 +0100 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="x11vnc-extra" 6.7 -VERSION="0.9.13" 6.8 +VERSION="0.9.16" 6.9 CATEGORY="network" 6.10 SHORT_DESC="java VNC viewer" 6.11 MAINTAINER="pascal.bellard@slitaz.org"