wok diff squirrelmail-calendard-sql-backend/receipt @ rev 15224

gdb: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 22 15:13:40 2013 +0200 (2013-09-22)
parents 91a615759636
children d51b2411e55e
line diff
     1.1 --- a/squirrelmail-calendard-sql-backend/receipt	Fri Mar 04 00:29:16 2011 +0100
     1.2 +++ b/squirrelmail-calendard-sql-backend/receipt	Sun Sep 22 15:13:40 2013 +0200
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="SQL-based backend for calendar data for Web mail."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="calendar_sql_backend"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.squirrelmail.org/"
    1.11 -DEPENDS="squirrelmail php-mysql"
    1.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
    1.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
    1.14  PROVIDE="squirrelmail-calendard-backend"
    1.15  
    1.16 +DEPENDS="squirrelmail php-mysql"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -24,7 +26,7 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
    1.25 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.26 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.27  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \
    1.28  		$fs/etc/squirrelmail/config-$SOURCE.php
    1.29  	ln -s /etc/squirrelmail/config-$SOURCE.php \