wok diff picoblog/receipt @ rev 23857

Up exiftool (12.00)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 17 10:08:20 2020 +0000 (2020-06-17)
parents d51b2411e55e
children b7f1bd1b9ac7
line diff
     1.1 --- a/picoblog/receipt	Sat Apr 05 10:12:34 2014 +0000
     1.2 +++ b/picoblog/receipt	Wed Jun 17 10:08:20 2020 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="MIT"
     1.5  TARBALL="$PACKAGE-$VERSION"
     1.6  WEB_SITE="http://dev.kd2.org/picoblog/"
     1.7 -URL="http://svn.kd2.org/svn/misc/apps/picoblog/index.php"
     1.8 +WGET_URL="http://svn.kd2.org/svn/misc/apps/picoblog/index.php"
     1.9  HOST_ARCH="any"
    1.10  TAGS="blog"
    1.11  
    1.12 @@ -17,8 +17,6 @@
    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  	mkdir -p $DESTDIR/var/www/$PACKAGE 2> /dev/null
    1.19  	cp "$SOURCES_REPOSITORY/$TARBALL" $DESTDIR/var/www/$PACKAGE/index.php
    1.20  	chown -R 80.80 $DESTDIR/var/www/$PACKAGE