wok-current diff picoblog/receipt @ rev 24435
updated consolekit2 and consolekit2-dev (1.2.1 -> 1.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 13 07:06:09 2022 +0100 (2022-02-13) |
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 Feb 13 07:06:09 2022 +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