wok-6.x diff picoblog/receipt @ rev 22627
updated dansguardian (2.10.1.1 -> 2.12.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 17:58:12 2020 +0100 (2020-01-12) |
parents | d51b2411e55e |
children | b7f1bd1b9ac7 |
line diff
1.1 --- a/picoblog/receipt Sat Apr 05 10:12:34 2014 +0000 1.2 +++ b/picoblog/receipt Sun Jan 12 17:58:12 2020 +0100 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