wok-next diff tazwikiss/receipt @ rev 19605

Up/recook: cpio, libssh2, gpm, mc.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 28 16:18:25 2017 +0200 (2017-01-28)
parents 1dce8e8602f2
children 2e9df1b30cc2
line diff
     1.1 --- a/tazwikiss/receipt	Sat Sep 24 14:47:43 2016 +0200
     1.2 +++ b/tazwikiss/receipt	Sat Jan 28 16:18:25 2017 +0200
     1.3 @@ -1,19 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazwikiss"
     1.7 -VERSION="258"
     1.8 +VERSION="266"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Tiny SliTaz Wiki"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 -SOURCE="slitaz-dev-tools"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.slitaz.org/"
    1.17  CONFIG_FILES="/var/www/wiki/config.sh /var/www/wiki/config-de.sh \
    1.18  /var/www/wiki/config-fr.sh"
    1.19  HOST_ARCH="any"
    1.20  
    1.21 +TARBALL="slitaz-dev-tools-$VERSION.tar.bz2"
    1.22 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
    1.23 +
    1.24 +DEPENDS="busybox slitaz-base-files"
    1.25 +SIBLINGS="mirror-tools qemu-box slitaz-dev-tools slitaz-mercurial-style \
    1.26 +tazchroot tazdev yaff"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 @@ -99,13 +103,6 @@
    1.32  			/etc/init.d/httpd start
    1.33  		fi
    1.34  	fi
    1.35 -	while read line; do
    1.36 -		[ -x "$1/$line" ] && continue
    1.37 -		echo "WARNING: $line not found, $PACKAGE will not work!"
    1.38 -	done <<EOT
    1.39 -/usr/sbin/httpd
    1.40 -/usr/lib/slitaz/httphelper.sh
    1.41 -EOT
    1.42 -	echo "The default password to edit pages is 'test'"
    1.43 -	echo
    1.44 +
    1.45 +	[ -z "$quiet" ] && echo -e "The default password to edit pages is 'test'\n"
    1.46  }