wok rev 15200

squirrelmail*: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 07 16:41:44 2013 +0000 (2013-09-07)
parents 42b8478866fb
children f4c22f009037
files squirrelmail-ar/receipt squirrelmail-archive/receipt squirrelmail-autocomplete/receipt squirrelmail-autorespond/receipt squirrelmail-bg_BG/receipt squirrelmail-bn_IN/receipt squirrelmail-bookmarks/receipt squirrelmail-ca_ES/receipt squirrelmail-calendard-file-backend/receipt squirrelmail-calendard-sql-backend/receipt squirrelmail-cs_CZ/receipt squirrelmail-cy_GB/receipt squirrelmail-da_DK/receipt squirrelmail-de_DE/receipt squirrelmail-el_GR/receipt squirrelmail-en_GB/receipt squirrelmail-es_ES/receipt squirrelmail-et_EE/receipt squirrelmail-eu_ES/receipt squirrelmail-fa_IR/receipt squirrelmail-fi_FI/receipt squirrelmail-fo_FO/receipt squirrelmail-fr_FR/receipt squirrelmail-fy/receipt squirrelmail-he_IL/receipt squirrelmail-hr_HR/receipt squirrelmail-html/receipt squirrelmail-html_mail/receipt squirrelmail-hu_HU/receipt squirrelmail-id_ID/receipt squirrelmail-is_IS/receipt squirrelmail-it_IT/receipt squirrelmail-ja_JP/receipt squirrelmail-ka/receipt squirrelmail-ko_KR/receipt squirrelmail-ldapuser/receipt squirrelmail-legend/receipt squirrelmail-locales/receipt squirrelmail-lt_LT/receipt squirrelmail-ms_MY/receipt squirrelmail-msg_flags/receipt squirrelmail-multilogin/receipt squirrelmail-nb_NO/receipt squirrelmail-nl_NL/receipt squirrelmail-nn_NO/receipt squirrelmail-notes/receipt squirrelmail-pl_PL/receipt squirrelmail-pt_BR/receipt squirrelmail-pt_PT/receipt squirrelmail-quota/receipt squirrelmail-ro_RO/receipt squirrelmail-ru_RU/receipt squirrelmail-shared_calendars/receipt squirrelmail-sieve/receipt squirrelmail-sizes/receipt squirrelmail-sk_SK/receipt squirrelmail-sl_SI/receipt squirrelmail-smallcal/receipt squirrelmail-spamassassin/receipt squirrelmail-sr_YU/receipt squirrelmail-sv_SE/receipt squirrelmail-tr_TR/receipt squirrelmail-ug/receipt squirrelmail-uk_UA/receipt squirrelmail-vkeyboard/receipt squirrelmail-zh_CN/receipt squirrelmail-zh_TW/receipt squirrelmail/receipt
line diff
     1.1 --- a/squirrelmail-ar/receipt	Sat Sep 07 16:10:09 2013 +0000
     1.2 +++ b/squirrelmail-ar/receipt	Sat Sep 07 16:41:44 2013 +0000
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Locale ar for Web mail."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WANTED="squirrelmail-locales"
     1.9 +WEB_SITE="http://www.squirrelmail.org/"
    1.10 +
    1.11  DEPENDS="squirrelmail"
    1.12 -WEB_SITE="http://www.squirrelmail.org/"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
     2.1 --- a/squirrelmail-archive/receipt	Sat Sep 07 16:10:09 2013 +0000
     2.2 +++ b/squirrelmail-archive/receipt	Sat Sep 07 16:41:44 2013 +0000
     2.3 @@ -5,11 +5,13 @@
     2.4  CATEGORY="network"
     2.5  SHORT_DESC="Mail archiver plugin for Web mail."
     2.6  MAINTAINER="pascal.bellard@slitaz.org"
     2.7 +LICENSE="GPL2"
     2.8  SOURCE="archive_mail"
     2.9  TARBALL="$SOURCE.$VERSION.tar.gz"
    2.10  WEB_SITE="http://www.squirrelmail.org/"
    2.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
    2.12 +
    2.13  DEPENDS="squirrelmail"
    2.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL"
    2.15  
    2.16  # Rules to configure and make the package.
    2.17  compile_rules()
    2.18 @@ -22,7 +24,7 @@
    2.19  genpkg_rules()
    2.20  {
    2.21  	mkdir -p $fs/usr/share/squirrelmail/plugins
    2.22 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    2.23 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    2.24  }
    2.25  
    2.26  post_install()
     3.1 --- a/squirrelmail-autocomplete/receipt	Sat Sep 07 16:10:09 2013 +0000
     3.2 +++ b/squirrelmail-autocomplete/receipt	Sat Sep 07 16:41:44 2013 +0000
     3.3 @@ -5,13 +5,15 @@
     3.4  CATEGORY="network"
     3.5  SHORT_DESC="Complete To/Cc/Bcc fields plugin for Web mail (IE only)."
     3.6  MAINTAINER="pascal.bellard@slitaz.org"
     3.7 +LICENSE="GPL2"
     3.8  SOURCE="autocomplete"
     3.9  TARBALL="$SOURCE.$VERSION.tar.gz"
    3.10  WEB_SITE="http://www.squirrelmail.org/"
    3.11 -DEPENDS="squirrelmail"
    3.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
    3.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
    3.14  
    3.15 +DEPENDS="squirrelmail"
    3.16 +
    3.17  # Rules to configure and make the package.
    3.18  compile_rules()
    3.19  {
    3.20 @@ -23,7 +25,7 @@
    3.21  genpkg_rules()
    3.22  {
    3.23  	mkdir -p $fs/usr/share/squirrelmail/plugins
    3.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    3.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    3.26  }
    3.27  
    3.28  post_install()
     4.1 --- a/squirrelmail-autorespond/receipt	Sat Sep 07 16:10:09 2013 +0000
     4.2 +++ b/squirrelmail-autorespond/receipt	Sat Sep 07 16:41:44 2013 +0000
     4.3 @@ -5,13 +5,15 @@
     4.4  CATEGORY="network"
     4.5  SHORT_DESC="Vacation and forwarding plugin for Web mail."
     4.6  MAINTAINER="pascal.bellard@slitaz.org"
     4.7 +LICENSE="GPL2"
     4.8  SOURCE="autorespond"
     4.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    4.10  WEB_SITE="http://www.squirrelmail.org/"
    4.11 -DEPENDS="squirrelmail vacation"
    4.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
    4.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
    4.14  
    4.15 +DEPENDS="squirrelmail vacation"
    4.16 +
    4.17  # Rules to configure and make the package.
    4.18  compile_rules()
    4.19  {
    4.20 @@ -23,7 +25,7 @@
    4.21  genpkg_rules()
    4.22  {
    4.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
    4.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    4.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    4.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php \
    4.27  		$fs/etc/squirrelmail/config-$SOURCE.php
    4.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
     5.1 --- a/squirrelmail-bg_BG/receipt	Sat Sep 07 16:10:09 2013 +0000
     5.2 +++ b/squirrelmail-bg_BG/receipt	Sat Sep 07 16:41:44 2013 +0000
     5.3 @@ -5,9 +5,11 @@
     5.4  CATEGORY="network"
     5.5  SHORT_DESC="Locale bg_BG for Web mail."
     5.6  MAINTAINER="pascal.bellard@slitaz.org"
     5.7 +LICENSE="GPL2"
     5.8  WANTED="squirrelmail-locales"
     5.9 +WEB_SITE="http://www.squirrelmail.org/"
    5.10 +
    5.11  DEPENDS="squirrelmail"
    5.12 -WEB_SITE="http://www.squirrelmail.org/"
    5.13  
    5.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.15  genpkg_rules()
     6.1 --- a/squirrelmail-bn_IN/receipt	Sat Sep 07 16:10:09 2013 +0000
     6.2 +++ b/squirrelmail-bn_IN/receipt	Sat Sep 07 16:41:44 2013 +0000
     6.3 @@ -5,9 +5,11 @@
     6.4  CATEGORY="network"
     6.5  SHORT_DESC="Locale bn_IN for Web mail."
     6.6  MAINTAINER="pascal.bellard@slitaz.org"
     6.7 +LICENSE="GPL2"
     6.8  WANTED="squirrelmail-locales"
     6.9 +WEB_SITE="http://www.squirrelmail.org/"
    6.10 +
    6.11  DEPENDS="squirrelmail"
    6.12 -WEB_SITE="http://www.squirrelmail.org/"
    6.13  
    6.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.15  genpkg_rules()
     7.1 --- a/squirrelmail-bookmarks/receipt	Sat Sep 07 16:10:09 2013 +0000
     7.2 +++ b/squirrelmail-bookmarks/receipt	Sat Sep 07 16:41:44 2013 +0000
     7.3 @@ -5,13 +5,15 @@
     7.4  CATEGORY="network"
     7.5  SHORT_DESC="Store and manage favorites lists within the Squirrelmail interface."
     7.6  MAINTAINER="pascal.bellard@slitaz.org"
     7.7 +LICENSE="GPL2"
     7.8  SOURCE="bookmarks"
     7.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    7.10  WEB_SITE="http://www.squirrelmail.org/"
    7.11 -DEPENDS="squirrelmail"
    7.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
    7.13  CONFIG_FILES="/etc/squirrelmail/bookmarks_data.php"
    7.14  
    7.15 +DEPENDS="squirrelmail"
    7.16 +
    7.17  # Rules to configure and make the package.
    7.18  compile_rules()
    7.19  {
    7.20 @@ -23,7 +25,7 @@
    7.21  genpkg_rules()
    7.22  {
    7.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
    7.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    7.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    7.26  	rm -f $fs/usr/share/squirrelmail/plugins/$SOURCE/bookmarks_data.php
    7.27  	ln -s /usr/share/squirrelmail/plugins/$SOURCE/bookmarks_data_text.php \
    7.28  		$fs/etc/squirrelmail/bookmarks_data.php
     8.1 --- a/squirrelmail-ca_ES/receipt	Sat Sep 07 16:10:09 2013 +0000
     8.2 +++ b/squirrelmail-ca_ES/receipt	Sat Sep 07 16:41:44 2013 +0000
     8.3 @@ -5,9 +5,11 @@
     8.4  CATEGORY="network"
     8.5  SHORT_DESC="Locale ca_ES for Web mail."
     8.6  MAINTAINER="pascal.bellard@slitaz.org"
     8.7 +LICENSE="GPL2"
     8.8  WANTED="squirrelmail-locales"
     8.9 +WEB_SITE="http://www.squirrelmail.org/"
    8.10 +
    8.11  DEPENDS="squirrelmail"
    8.12 -WEB_SITE="http://www.squirrelmail.org/"
    8.13  
    8.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.15  genpkg_rules()
     9.1 --- a/squirrelmail-calendard-file-backend/receipt	Sat Sep 07 16:10:09 2013 +0000
     9.2 +++ b/squirrelmail-calendard-file-backend/receipt	Sat Sep 07 16:41:44 2013 +0000
     9.3 @@ -5,13 +5,15 @@
     9.4  CATEGORY="network"
     9.5  SHORT_DESC="File-based backend for calendar data for Web mail."
     9.6  MAINTAINER="pascal.bellard@slitaz.org"
     9.7 +LICENSE="GPL2"
     9.8  SOURCE="calendar_file_backend"
     9.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    9.10  WEB_SITE="http://www.squirrelmail.org/"
    9.11 -DEPENDS="squirrelmail"
    9.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
    9.13  PROVIDE="squirrelmail-calendard-backend"
    9.14  
    9.15 +DEPENDS="squirrelmail"
    9.16 +
    9.17  # Rules to configure and make the package.
    9.18  compile_rules()
    9.19  {
    9.20 @@ -23,7 +25,7 @@
    9.21  genpkg_rules()
    9.22  {
    9.23  	mkdir -p $fs/usr/share/squirrelmail/plugins
    9.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    9.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    9.26  }
    9.27  
    9.28  post_install()
    10.1 --- a/squirrelmail-calendard-sql-backend/receipt	Sat Sep 07 16:10:09 2013 +0000
    10.2 +++ b/squirrelmail-calendard-sql-backend/receipt	Sat Sep 07 16:41:44 2013 +0000
    10.3 @@ -5,14 +5,16 @@
    10.4  CATEGORY="network"
    10.5  SHORT_DESC="SQL-based backend for calendar data for Web mail."
    10.6  MAINTAINER="pascal.bellard@slitaz.org"
    10.7 +LICENSE="GPL2"
    10.8  SOURCE="calendar_sql_backend"
    10.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   10.10  WEB_SITE="http://www.squirrelmail.org/"
   10.11 -DEPENDS="squirrelmail php-mysql"
   10.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   10.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   10.14  PROVIDE="squirrelmail-calendard-backend"
   10.15  
   10.16 +DEPENDS="squirrelmail php-mysql"
   10.17 +
   10.18  # Rules to configure and make the package.
   10.19  compile_rules()
   10.20  {
   10.21 @@ -24,7 +26,7 @@
   10.22  genpkg_rules()
   10.23  {
   10.24  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
   10.25 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   10.26 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   10.27  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \
   10.28  		$fs/etc/squirrelmail/config-$SOURCE.php
   10.29  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    11.1 --- a/squirrelmail-cs_CZ/receipt	Sat Sep 07 16:10:09 2013 +0000
    11.2 +++ b/squirrelmail-cs_CZ/receipt	Sat Sep 07 16:41:44 2013 +0000
    11.3 @@ -5,9 +5,11 @@
    11.4  CATEGORY="network"
    11.5  SHORT_DESC="Locale cs_CZ for Web mail."
    11.6  MAINTAINER="pascal.bellard@slitaz.org"
    11.7 +LICENSE="GPL2"
    11.8  WANTED="squirrelmail-locales"
    11.9 +WEB_SITE="http://www.squirrelmail.org/"
   11.10 +
   11.11  DEPENDS="squirrelmail"
   11.12 -WEB_SITE="http://www.squirrelmail.org/"
   11.13  
   11.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.15  genpkg_rules()
    12.1 --- a/squirrelmail-cy_GB/receipt	Sat Sep 07 16:10:09 2013 +0000
    12.2 +++ b/squirrelmail-cy_GB/receipt	Sat Sep 07 16:41:44 2013 +0000
    12.3 @@ -5,9 +5,11 @@
    12.4  CATEGORY="network"
    12.5  SHORT_DESC="Locale cy_GB for Web mail."
    12.6  MAINTAINER="pascal.bellard@slitaz.org"
    12.7 +LICENSE="GPL2"
    12.8  WANTED="squirrelmail-locales"
    12.9 +WEB_SITE="http://www.squirrelmail.org/"
   12.10 +
   12.11  DEPENDS="squirrelmail"
   12.12 -WEB_SITE="http://www.squirrelmail.org/"
   12.13  
   12.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.15  genpkg_rules()
    13.1 --- a/squirrelmail-da_DK/receipt	Sat Sep 07 16:10:09 2013 +0000
    13.2 +++ b/squirrelmail-da_DK/receipt	Sat Sep 07 16:41:44 2013 +0000
    13.3 @@ -5,9 +5,11 @@
    13.4  CATEGORY="network"
    13.5  SHORT_DESC="Locale da_DK for Web mail."
    13.6  MAINTAINER="pascal.bellard@slitaz.org"
    13.7 +LICENSE="GPL2"
    13.8  WANTED="squirrelmail-locales"
    13.9 +WEB_SITE="http://www.squirrelmail.org/"
   13.10 +
   13.11  DEPENDS="squirrelmail"
   13.12 -WEB_SITE="http://www.squirrelmail.org/"
   13.13  
   13.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   13.15  genpkg_rules()
    14.1 --- a/squirrelmail-de_DE/receipt	Sat Sep 07 16:10:09 2013 +0000
    14.2 +++ b/squirrelmail-de_DE/receipt	Sat Sep 07 16:41:44 2013 +0000
    14.3 @@ -5,9 +5,11 @@
    14.4  CATEGORY="network"
    14.5  SHORT_DESC="Locale de_DE for Web mail."
    14.6  MAINTAINER="pascal.bellard@slitaz.org"
    14.7 +LICENSE="GPL2"
    14.8  WANTED="squirrelmail-locales"
    14.9 +WEB_SITE="http://www.squirrelmail.org/"
   14.10 +
   14.11  DEPENDS="squirrelmail"
   14.12 -WEB_SITE="http://www.squirrelmail.org/"
   14.13  
   14.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   14.15  genpkg_rules()
    15.1 --- a/squirrelmail-el_GR/receipt	Sat Sep 07 16:10:09 2013 +0000
    15.2 +++ b/squirrelmail-el_GR/receipt	Sat Sep 07 16:41:44 2013 +0000
    15.3 @@ -5,9 +5,11 @@
    15.4  CATEGORY="network"
    15.5  SHORT_DESC="Locale el_GR for Web mail."
    15.6  MAINTAINER="pascal.bellard@slitaz.org"
    15.7 +LICENSE="GPL2"
    15.8  WANTED="squirrelmail-locales"
    15.9 +WEB_SITE="http://www.squirrelmail.org/"
   15.10 +
   15.11  DEPENDS="squirrelmail"
   15.12 -WEB_SITE="http://www.squirrelmail.org/"
   15.13  
   15.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   15.15  genpkg_rules()
    16.1 --- a/squirrelmail-en_GB/receipt	Sat Sep 07 16:10:09 2013 +0000
    16.2 +++ b/squirrelmail-en_GB/receipt	Sat Sep 07 16:41:44 2013 +0000
    16.3 @@ -5,9 +5,11 @@
    16.4  CATEGORY="network"
    16.5  SHORT_DESC="Locale en_GB for Web mail."
    16.6  MAINTAINER="pascal.bellard@slitaz.org"
    16.7 +LICENSE="GPL2"
    16.8  WANTED="squirrelmail-locales"
    16.9 +WEB_SITE="http://www.squirrelmail.org/"
   16.10 +
   16.11  DEPENDS="squirrelmail"
   16.12 -WEB_SITE="http://www.squirrelmail.org/"
   16.13  
   16.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   16.15  genpkg_rules()
    17.1 --- a/squirrelmail-es_ES/receipt	Sat Sep 07 16:10:09 2013 +0000
    17.2 +++ b/squirrelmail-es_ES/receipt	Sat Sep 07 16:41:44 2013 +0000
    17.3 @@ -5,9 +5,11 @@
    17.4  CATEGORY="network"
    17.5  SHORT_DESC="Locale es_ES for Web mail."
    17.6  MAINTAINER="pascal.bellard@slitaz.org"
    17.7 +LICENSE="GPL2"
    17.8  WANTED="squirrelmail-locales"
    17.9 +WEB_SITE="http://www.squirrelmail.org/"
   17.10 +
   17.11  DEPENDS="squirrelmail"
   17.12 -WEB_SITE="http://www.squirrelmail.org/"
   17.13  
   17.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   17.15  genpkg_rules()
    18.1 --- a/squirrelmail-et_EE/receipt	Sat Sep 07 16:10:09 2013 +0000
    18.2 +++ b/squirrelmail-et_EE/receipt	Sat Sep 07 16:41:44 2013 +0000
    18.3 @@ -5,9 +5,11 @@
    18.4  CATEGORY="network"
    18.5  SHORT_DESC="Locale et_EE for Web mail."
    18.6  MAINTAINER="pascal.bellard@slitaz.org"
    18.7 +LICENSE="GPL2"
    18.8  WANTED="squirrelmail-locales"
    18.9 +WEB_SITE="http://www.squirrelmail.org/"
   18.10 +
   18.11  DEPENDS="squirrelmail"
   18.12 -WEB_SITE="http://www.squirrelmail.org/"
   18.13  
   18.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   18.15  genpkg_rules()
    19.1 --- a/squirrelmail-eu_ES/receipt	Sat Sep 07 16:10:09 2013 +0000
    19.2 +++ b/squirrelmail-eu_ES/receipt	Sat Sep 07 16:41:44 2013 +0000
    19.3 @@ -5,9 +5,11 @@
    19.4  CATEGORY="network"
    19.5  SHORT_DESC="Locale eu_ES for Web mail."
    19.6  MAINTAINER="pascal.bellard@slitaz.org"
    19.7 +LICENSE="GPL2"
    19.8  WANTED="squirrelmail-locales"
    19.9 +WEB_SITE="http://www.squirrelmail.org/"
   19.10 +
   19.11  DEPENDS="squirrelmail"
   19.12 -WEB_SITE="http://www.squirrelmail.org/"
   19.13  
   19.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   19.15  genpkg_rules()
    20.1 --- a/squirrelmail-fa_IR/receipt	Sat Sep 07 16:10:09 2013 +0000
    20.2 +++ b/squirrelmail-fa_IR/receipt	Sat Sep 07 16:41:44 2013 +0000
    20.3 @@ -5,9 +5,11 @@
    20.4  CATEGORY="network"
    20.5  SHORT_DESC="Locale fa_IR for Web mail."
    20.6  MAINTAINER="pascal.bellard@slitaz.org"
    20.7 +LICENSE="GPL2"
    20.8  WANTED="squirrelmail-locales"
    20.9 +WEB_SITE="http://www.squirrelmail.org/"
   20.10 +
   20.11  DEPENDS="squirrelmail"
   20.12 -WEB_SITE="http://www.squirrelmail.org/"
   20.13  
   20.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   20.15  genpkg_rules()
    21.1 --- a/squirrelmail-fi_FI/receipt	Sat Sep 07 16:10:09 2013 +0000
    21.2 +++ b/squirrelmail-fi_FI/receipt	Sat Sep 07 16:41:44 2013 +0000
    21.3 @@ -5,9 +5,11 @@
    21.4  CATEGORY="network"
    21.5  SHORT_DESC="Locale fi_FI for Web mail."
    21.6  MAINTAINER="pascal.bellard@slitaz.org"
    21.7 +LICENSE="GPL2"
    21.8  WANTED="squirrelmail-locales"
    21.9 +WEB_SITE="http://www.squirrelmail.org/"
   21.10 +
   21.11  DEPENDS="squirrelmail"
   21.12 -WEB_SITE="http://www.squirrelmail.org/"
   21.13  
   21.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   21.15  genpkg_rules()
    22.1 --- a/squirrelmail-fo_FO/receipt	Sat Sep 07 16:10:09 2013 +0000
    22.2 +++ b/squirrelmail-fo_FO/receipt	Sat Sep 07 16:41:44 2013 +0000
    22.3 @@ -5,9 +5,11 @@
    22.4  CATEGORY="network"
    22.5  SHORT_DESC="Locale fo_FO for Web mail."
    22.6  MAINTAINER="pascal.bellard@slitaz.org"
    22.7 +LICENSE="GPL2"
    22.8  WANTED="squirrelmail-locales"
    22.9 +WEB_SITE="http://www.squirrelmail.org/"
   22.10 +
   22.11  DEPENDS="squirrelmail"
   22.12 -WEB_SITE="http://www.squirrelmail.org/"
   22.13  
   22.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   22.15  genpkg_rules()
    23.1 --- a/squirrelmail-fr_FR/receipt	Sat Sep 07 16:10:09 2013 +0000
    23.2 +++ b/squirrelmail-fr_FR/receipt	Sat Sep 07 16:41:44 2013 +0000
    23.3 @@ -5,9 +5,11 @@
    23.4  CATEGORY="network"
    23.5  SHORT_DESC="Locale fr_FR for Web mail."
    23.6  MAINTAINER="pascal.bellard@slitaz.org"
    23.7 +LICENSE="GPL2"
    23.8  WANTED="squirrelmail-locales"
    23.9 +WEB_SITE="http://www.squirrelmail.org/"
   23.10 +
   23.11  DEPENDS="squirrelmail"
   23.12 -WEB_SITE="http://www.squirrelmail.org/"
   23.13  
   23.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   23.15  genpkg_rules()
    24.1 --- a/squirrelmail-fy/receipt	Sat Sep 07 16:10:09 2013 +0000
    24.2 +++ b/squirrelmail-fy/receipt	Sat Sep 07 16:41:44 2013 +0000
    24.3 @@ -5,9 +5,11 @@
    24.4  CATEGORY="network"
    24.5  SHORT_DESC="Locale fy for Web mail."
    24.6  MAINTAINER="pascal.bellard@slitaz.org"
    24.7 +LICENSE="GPL2"
    24.8  WANTED="squirrelmail-locales"
    24.9 +WEB_SITE="http://www.squirrelmail.org/"
   24.10 +
   24.11  DEPENDS="squirrelmail"
   24.12 -WEB_SITE="http://www.squirrelmail.org/"
   24.13  
   24.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   24.15  genpkg_rules()
    25.1 --- a/squirrelmail-he_IL/receipt	Sat Sep 07 16:10:09 2013 +0000
    25.2 +++ b/squirrelmail-he_IL/receipt	Sat Sep 07 16:41:44 2013 +0000
    25.3 @@ -5,9 +5,11 @@
    25.4  CATEGORY="network"
    25.5  SHORT_DESC="Locale he_IL for Web mail."
    25.6  MAINTAINER="pascal.bellard@slitaz.org"
    25.7 +LICENSE="GPL2"
    25.8  WANTED="squirrelmail-locales"
    25.9 +WEB_SITE="http://www.squirrelmail.org/"
   25.10 +
   25.11  DEPENDS="squirrelmail"
   25.12 -WEB_SITE="http://www.squirrelmail.org/"
   25.13  
   25.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   25.15  genpkg_rules()
    26.1 --- a/squirrelmail-hr_HR/receipt	Sat Sep 07 16:10:09 2013 +0000
    26.2 +++ b/squirrelmail-hr_HR/receipt	Sat Sep 07 16:41:44 2013 +0000
    26.3 @@ -5,9 +5,11 @@
    26.4  CATEGORY="network"
    26.5  SHORT_DESC="Locale hr_HR for Web mail."
    26.6  MAINTAINER="pascal.bellard@slitaz.org"
    26.7 +LICENSE="GPL2"
    26.8  WANTED="squirrelmail-locales"
    26.9 +WEB_SITE="http://www.squirrelmail.org/"
   26.10 +
   26.11  DEPENDS="squirrelmail"
   26.12 -WEB_SITE="http://www.squirrelmail.org/"
   26.13  
   26.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   26.15  genpkg_rules()
    27.1 --- a/squirrelmail-html/receipt	Sat Sep 07 16:10:09 2013 +0000
    27.2 +++ b/squirrelmail-html/receipt	Sat Sep 07 16:41:44 2013 +0000
    27.3 @@ -5,11 +5,13 @@
    27.4  CATEGORY="network"
    27.5  SHORT_DESC="HTML viewer plugin for Web mail."
    27.6  MAINTAINER="pascal.bellard@slitaz.org"
    27.7 +LICENSE="GPL2"
    27.8  SOURCE="view_as_html"
    27.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   27.10  WEB_SITE="http://www.squirrelmail.org/"
   27.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
   27.12 +
   27.13  DEPENDS="squirrelmail"
   27.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL"
   27.15  
   27.16  # Rules to configure and make the package.
   27.17  compile_rules()
   27.18 @@ -22,7 +24,7 @@
   27.19  genpkg_rules()
   27.20  {
   27.21  	mkdir -p $fs/usr/share/squirrelmail/plugins
   27.22 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   27.23 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   27.24  	chown -R 80 $fs/usr/share/squirrelmail
   27.25  }
   27.26  
    28.1 --- a/squirrelmail-html_mail/receipt	Sat Sep 07 16:10:09 2013 +0000
    28.2 +++ b/squirrelmail-html_mail/receipt	Sat Sep 07 16:41:44 2013 +0000
    28.3 @@ -5,13 +5,15 @@
    28.4  CATEGORY="network"
    28.5  SHORT_DESC="Vacation and forwarding plugin for Web mail."
    28.6  MAINTAINER="pascal.bellard@slitaz.org"
    28.7 +LICENSE="GPL2"
    28.8  SOURCE="html_mail"
    28.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   28.10  WEB_SITE="http://www.squirrelmail.org/"
   28.11 -DEPENDS="squirrelmail perl-html-parser perl-text-aspell"
   28.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   28.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php /etc/apache/conf.d"
   28.14  
   28.15 +DEPENDS="squirrelmail perl-html-parser perl-text-aspell"
   28.16 +
   28.17  # Rules to configure and make the package.
   28.18  compile_rules()
   28.19  {
   28.20 @@ -24,7 +26,7 @@
   28.21  {
   28.22  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail \
   28.23  		 $fs/etc/apache/conf.d
   28.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   28.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   28.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \
   28.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   28.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    29.1 --- a/squirrelmail-hu_HU/receipt	Sat Sep 07 16:10:09 2013 +0000
    29.2 +++ b/squirrelmail-hu_HU/receipt	Sat Sep 07 16:41:44 2013 +0000
    29.3 @@ -5,9 +5,11 @@
    29.4  CATEGORY="network"
    29.5  SHORT_DESC="Locale hu_HU for Web mail."
    29.6  MAINTAINER="pascal.bellard@slitaz.org"
    29.7 +LICENSE="GPL2"
    29.8  WANTED="squirrelmail-locales"
    29.9 +WEB_SITE="http://www.squirrelmail.org/"
   29.10 +
   29.11  DEPENDS="squirrelmail"
   29.12 -WEB_SITE="http://www.squirrelmail.org/"
   29.13  
   29.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   29.15  genpkg_rules()
    30.1 --- a/squirrelmail-id_ID/receipt	Sat Sep 07 16:10:09 2013 +0000
    30.2 +++ b/squirrelmail-id_ID/receipt	Sat Sep 07 16:41:44 2013 +0000
    30.3 @@ -5,9 +5,11 @@
    30.4  CATEGORY="network"
    30.5  SHORT_DESC="Locale id_ID for Web mail."
    30.6  MAINTAINER="pascal.bellard@slitaz.org"
    30.7 +LICENSE="GPL2"
    30.8  WANTED="squirrelmail-locales"
    30.9 +WEB_SITE="http://www.squirrelmail.org/"
   30.10 +
   30.11  DEPENDS="squirrelmail"
   30.12 -WEB_SITE="http://www.squirrelmail.org/"
   30.13  
   30.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   30.15  genpkg_rules()
    31.1 --- a/squirrelmail-is_IS/receipt	Sat Sep 07 16:10:09 2013 +0000
    31.2 +++ b/squirrelmail-is_IS/receipt	Sat Sep 07 16:41:44 2013 +0000
    31.3 @@ -5,9 +5,11 @@
    31.4  CATEGORY="network"
    31.5  SHORT_DESC="Locale is_IS for Web mail."
    31.6  MAINTAINER="pascal.bellard@slitaz.org"
    31.7 +LICENSE="GPL2"
    31.8  WANTED="squirrelmail-locales"
    31.9 +WEB_SITE="http://www.squirrelmail.org/"
   31.10 +
   31.11  DEPENDS="squirrelmail"
   31.12 -WEB_SITE="http://www.squirrelmail.org/"
   31.13  
   31.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   31.15  genpkg_rules()
    32.1 --- a/squirrelmail-it_IT/receipt	Sat Sep 07 16:10:09 2013 +0000
    32.2 +++ b/squirrelmail-it_IT/receipt	Sat Sep 07 16:41:44 2013 +0000
    32.3 @@ -5,9 +5,11 @@
    32.4  CATEGORY="network"
    32.5  SHORT_DESC="Locale it_IT for Web mail."
    32.6  MAINTAINER="pascal.bellard@slitaz.org"
    32.7 +LICENSE="GPL2"
    32.8  WANTED="squirrelmail-locales"
    32.9 +WEB_SITE="http://www.squirrelmail.org/"
   32.10 +
   32.11  DEPENDS="squirrelmail"
   32.12 -WEB_SITE="http://www.squirrelmail.org/"
   32.13  
   32.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   32.15  genpkg_rules()
    33.1 --- a/squirrelmail-ja_JP/receipt	Sat Sep 07 16:10:09 2013 +0000
    33.2 +++ b/squirrelmail-ja_JP/receipt	Sat Sep 07 16:41:44 2013 +0000
    33.3 @@ -5,9 +5,11 @@
    33.4  CATEGORY="network"
    33.5  SHORT_DESC="Locale ja_JP for Web mail."
    33.6  MAINTAINER="pascal.bellard@slitaz.org"
    33.7 +LICENSE="GPL2"
    33.8  WANTED="squirrelmail-locales"
    33.9 +WEB_SITE="http://www.squirrelmail.org/"
   33.10 +
   33.11  DEPENDS="squirrelmail"
   33.12 -WEB_SITE="http://www.squirrelmail.org/"
   33.13  
   33.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   33.15  genpkg_rules()
    34.1 --- a/squirrelmail-ka/receipt	Sat Sep 07 16:10:09 2013 +0000
    34.2 +++ b/squirrelmail-ka/receipt	Sat Sep 07 16:41:44 2013 +0000
    34.3 @@ -5,9 +5,11 @@
    34.4  CATEGORY="network"
    34.5  SHORT_DESC="Locale ka for Web mail."
    34.6  MAINTAINER="pascal.bellard@slitaz.org"
    34.7 +LICENSE="GPL2"
    34.8  WANTED="squirrelmail-locales"
    34.9 +WEB_SITE="http://www.squirrelmail.org/"
   34.10 +
   34.11  DEPENDS="squirrelmail"
   34.12 -WEB_SITE="http://www.squirrelmail.org/"
   34.13  
   34.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   34.15  genpkg_rules()
    35.1 --- a/squirrelmail-ko_KR/receipt	Sat Sep 07 16:10:09 2013 +0000
    35.2 +++ b/squirrelmail-ko_KR/receipt	Sat Sep 07 16:41:44 2013 +0000
    35.3 @@ -5,9 +5,11 @@
    35.4  CATEGORY="network"
    35.5  SHORT_DESC="Locale ko_KR for Web mail."
    35.6  MAINTAINER="pascal.bellard@slitaz.org"
    35.7 +LICENSE="GPL2"
    35.8  WANTED="squirrelmail-locales"
    35.9 +WEB_SITE="http://www.squirrelmail.org/"
   35.10 +
   35.11  DEPENDS="squirrelmail"
   35.12 -WEB_SITE="http://www.squirrelmail.org/"
   35.13  
   35.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   35.15  genpkg_rules()
    36.1 --- a/squirrelmail-ldapuser/receipt	Sat Sep 07 16:10:09 2013 +0000
    36.2 +++ b/squirrelmail-ldapuser/receipt	Sat Sep 07 16:41:44 2013 +0000
    36.3 @@ -5,13 +5,15 @@
    36.4  CATEGORY="network"
    36.5  SHORT_DESC="LDAP backend for Web mail users' profile/preferences."
    36.6  MAINTAINER="pascal.bellard@slitaz.org"
    36.7 +LICENSE="GPL2"
    36.8  SOURCE="ldapuserdata"
    36.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   36.10  WEB_SITE="http://www.squirrelmail.org/"
   36.11 -DEPENDS="squirrelmail openldap"
   36.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   36.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   36.14  
   36.15 +DEPENDS="squirrelmail openldap"
   36.16 +
   36.17  # Rules to configure and make the package.
   36.18  compile_rules()
   36.19  {
   36.20 @@ -23,7 +25,7 @@
   36.21  genpkg_rules()
   36.22  {
   36.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
   36.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   36.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   36.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config_sample.php \
   36.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   36.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    37.1 --- a/squirrelmail-legend/receipt	Sat Sep 07 16:10:09 2013 +0000
    37.2 +++ b/squirrelmail-legend/receipt	Sat Sep 07 16:41:44 2013 +0000
    37.3 @@ -5,11 +5,13 @@
    37.4  CATEGORY="network"
    37.5  SHORT_DESC="Adds a legend below the folder list in Web mail."
    37.6  MAINTAINER="pascal.bellard@slitaz.org"
    37.7 +LICENSE="GPL2"
    37.8  SOURCE="legend"
    37.9  TARBALL="$SOURCE.$VERSION.tar.gz"
   37.10  WEB_SITE="http://www.squirrelmail.org/"
   37.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
   37.12 +
   37.13  DEPENDS="squirrelmail"
   37.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL"
   37.15  
   37.16  # Rules to configure and make the package.
   37.17  compile_rules()
   37.18 @@ -22,7 +24,7 @@
   37.19  genpkg_rules()
   37.20  {
   37.21  	mkdir -p $fs/usr/share/squirrelmail/plugins
   37.22 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   37.23 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   37.24  }
   37.25  
   37.26  post_install()
    38.1 --- a/squirrelmail-locales/receipt	Sat Sep 07 16:10:09 2013 +0000
    38.2 +++ b/squirrelmail-locales/receipt	Sat Sep 07 16:41:44 2013 +0000
    38.3 @@ -5,10 +5,12 @@
    38.4  CATEGORY="meta"
    38.5  SHORT_DESC="ALL locales for Web mail."
    38.6  MAINTAINER="pascal.bellard@slitaz.org"
    38.7 +LICENSE="GPL2"
    38.8  SOURCE="all_locales"
    38.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
   38.10  WEB_SITE="http://www.squirrelmail.org/"
   38.11  WGET_URL="$SF_MIRROR/squirrelmail/$TARBALL"
   38.12 +
   38.13  DEPENDS="squirrelmail-ar \
   38.14  squirrelmail-bg_BG \
   38.15  squirrelmail-bn_IN \
    39.1 --- a/squirrelmail-lt_LT/receipt	Sat Sep 07 16:10:09 2013 +0000
    39.2 +++ b/squirrelmail-lt_LT/receipt	Sat Sep 07 16:41:44 2013 +0000
    39.3 @@ -5,9 +5,11 @@
    39.4  CATEGORY="network"
    39.5  SHORT_DESC="Locale lt_LT for Web mail."
    39.6  MAINTAINER="pascal.bellard@slitaz.org"
    39.7 +LICENSE="GPL2"
    39.8  WANTED="squirrelmail-locales"
    39.9 +WEB_SITE="http://www.squirrelmail.org/"
   39.10 +
   39.11  DEPENDS="squirrelmail"
   39.12 -WEB_SITE="http://www.squirrelmail.org/"
   39.13  
   39.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   39.15  genpkg_rules()
    40.1 --- a/squirrelmail-ms_MY/receipt	Sat Sep 07 16:10:09 2013 +0000
    40.2 +++ b/squirrelmail-ms_MY/receipt	Sat Sep 07 16:41:44 2013 +0000
    40.3 @@ -5,9 +5,11 @@
    40.4  CATEGORY="network"
    40.5  SHORT_DESC="Locale ms_MY for Web mail."
    40.6  MAINTAINER="pascal.bellard@slitaz.org"
    40.7 +LICENSE="GPL2"
    40.8  WANTED="squirrelmail-locales"
    40.9 +WEB_SITE="http://www.squirrelmail.org/"
   40.10 +
   40.11  DEPENDS="squirrelmail"
   40.12 -WEB_SITE="http://www.squirrelmail.org/"
   40.13  
   40.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   40.15  genpkg_rules()
    41.1 --- a/squirrelmail-msg_flags/receipt	Sat Sep 07 16:10:09 2013 +0000
    41.2 +++ b/squirrelmail-msg_flags/receipt	Sat Sep 07 16:41:44 2013 +0000
    41.3 @@ -5,11 +5,13 @@
    41.4  CATEGORY="network"
    41.5  SHORT_DESC="Few icons and flags for Web mail."
    41.6  MAINTAINER="pascal.bellard@slitaz.org"
    41.7 +LICENSE="GPL2"
    41.8  SOURCE="msg_flags"
    41.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   41.10  WEB_SITE="http://www.squirrelmail.org/"
   41.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
   41.12 +
   41.13  DEPENDS="squirrelmail"
   41.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL"
   41.15  
   41.16  # Rules to configure and make the package.
   41.17  compile_rules()
   41.18 @@ -22,7 +24,7 @@
   41.19  genpkg_rules()
   41.20  {
   41.21  	mkdir -p $fs/usr/share/squirrelmail/plugins
   41.22 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   41.23 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   41.24  }
   41.25  
   41.26  post_install()
    42.1 --- a/squirrelmail-multilogin/receipt	Sat Sep 07 16:10:09 2013 +0000
    42.2 +++ b/squirrelmail-multilogin/receipt	Sat Sep 07 16:41:44 2013 +0000
    42.3 @@ -5,13 +5,15 @@
    42.4  CATEGORY="network"
    42.5  SHORT_DESC="Server chooser plugin for Web mail."
    42.6  MAINTAINER="pascal.bellard@slitaz.org"
    42.7 +LICENSE="GPL2"
    42.8  SOURCE="multilogin"
    42.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   42.10  WEB_SITE="http://www.squirrelmail.org/"
   42.11 -DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
   42.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   42.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   42.14  
   42.15 +DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
   42.16 +
   42.17  # Rules to configure and make the package.
   42.18  compile_rules()
   42.19  {
   42.20 @@ -24,7 +26,7 @@
   42.21  {
   42.22  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail \
   42.23  		 $fs/var/lib/squirrelmail/slitaz.org/data
   42.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   42.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   42.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.sample.php \
   42.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   42.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    43.1 --- a/squirrelmail-nb_NO/receipt	Sat Sep 07 16:10:09 2013 +0000
    43.2 +++ b/squirrelmail-nb_NO/receipt	Sat Sep 07 16:41:44 2013 +0000
    43.3 @@ -5,9 +5,11 @@
    43.4  CATEGORY="network"
    43.5  SHORT_DESC="Locale nb_NO for Web mail."
    43.6  MAINTAINER="pascal.bellard@slitaz.org"
    43.7 +LICENSE="GPL2"
    43.8  WANTED="squirrelmail-locales"
    43.9 +WEB_SITE="http://www.squirrelmail.org/"
   43.10 +
   43.11  DEPENDS="squirrelmail"
   43.12 -WEB_SITE="http://www.squirrelmail.org/"
   43.13  
   43.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   43.15  genpkg_rules()
    44.1 --- a/squirrelmail-nl_NL/receipt	Sat Sep 07 16:10:09 2013 +0000
    44.2 +++ b/squirrelmail-nl_NL/receipt	Sat Sep 07 16:41:44 2013 +0000
    44.3 @@ -5,9 +5,11 @@
    44.4  CATEGORY="network"
    44.5  SHORT_DESC="Locale nl_NL for Web mail."
    44.6  MAINTAINER="pascal.bellard@slitaz.org"
    44.7 +LICENSE="GPL2"
    44.8  WANTED="squirrelmail-locales"
    44.9 +WEB_SITE="http://www.squirrelmail.org/"
   44.10 +
   44.11  DEPENDS="squirrelmail"
   44.12 -WEB_SITE="http://www.squirrelmail.org/"
   44.13  
   44.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   44.15  genpkg_rules()
    45.1 --- a/squirrelmail-nn_NO/receipt	Sat Sep 07 16:10:09 2013 +0000
    45.2 +++ b/squirrelmail-nn_NO/receipt	Sat Sep 07 16:41:44 2013 +0000
    45.3 @@ -5,9 +5,11 @@
    45.4  CATEGORY="network"
    45.5  SHORT_DESC="Locale nn_NO for Web mail."
    45.6  MAINTAINER="pascal.bellard@slitaz.org"
    45.7 +LICENSE="GPL2"
    45.8  WANTED="squirrelmail-locales"
    45.9 +WEB_SITE="http://www.squirrelmail.org/"
   45.10 +
   45.11  DEPENDS="squirrelmail"
   45.12 -WEB_SITE="http://www.squirrelmail.org/"
   45.13  
   45.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   45.15  genpkg_rules()
    46.1 --- a/squirrelmail-notes/receipt	Sat Sep 07 16:10:09 2013 +0000
    46.2 +++ b/squirrelmail-notes/receipt	Sat Sep 07 16:41:44 2013 +0000
    46.3 @@ -5,13 +5,15 @@
    46.4  CATEGORY="network"
    46.5  SHORT_DESC="Notes creation plugin for Web mail."
    46.6  MAINTAINER="pascal.bellard@slitaz.org"
    46.7 +LICENSE="GPL2"
    46.8  SOURCE="notes"
    46.9  TARBALL="$SOURCE.$VERSION.tar.gz"
   46.10  WEB_SITE="http://www.squirrelmail.org/"
   46.11 -DEPENDS="squirrelmail"
   46.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   46.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   46.14  
   46.15 +DEPENDS="squirrelmail"
   46.16 +
   46.17  # Rules to configure and make the package.
   46.18  compile_rules()
   46.19  {
   46.20 @@ -23,7 +25,7 @@
   46.21  genpkg_rules()
   46.22  {
   46.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
   46.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   46.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   46.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \
   46.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   46.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    47.1 --- a/squirrelmail-pl_PL/receipt	Sat Sep 07 16:10:09 2013 +0000
    47.2 +++ b/squirrelmail-pl_PL/receipt	Sat Sep 07 16:41:44 2013 +0000
    47.3 @@ -5,9 +5,11 @@
    47.4  CATEGORY="network"
    47.5  SHORT_DESC="Locale pl_PL for Web mail."
    47.6  MAINTAINER="pascal.bellard@slitaz.org"
    47.7 +LICENSE="GPL2"
    47.8  WANTED="squirrelmail-locales"
    47.9 +WEB_SITE="http://www.squirrelmail.org/"
   47.10 +
   47.11  DEPENDS="squirrelmail"
   47.12 -WEB_SITE="http://www.squirrelmail.org/"
   47.13  
   47.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   47.15  genpkg_rules()
    48.1 --- a/squirrelmail-pt_BR/receipt	Sat Sep 07 16:10:09 2013 +0000
    48.2 +++ b/squirrelmail-pt_BR/receipt	Sat Sep 07 16:41:44 2013 +0000
    48.3 @@ -5,9 +5,11 @@
    48.4  CATEGORY="network"
    48.5  SHORT_DESC="Locale pt_BR for Web mail."
    48.6  MAINTAINER="pascal.bellard@slitaz.org"
    48.7 +LICENSE="GPL2"
    48.8  WANTED="squirrelmail-locales"
    48.9 +WEB_SITE="http://www.squirrelmail.org/"
   48.10 +
   48.11  DEPENDS="squirrelmail"
   48.12 -WEB_SITE="http://www.squirrelmail.org/"
   48.13  
   48.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   48.15  genpkg_rules()
    49.1 --- a/squirrelmail-pt_PT/receipt	Sat Sep 07 16:10:09 2013 +0000
    49.2 +++ b/squirrelmail-pt_PT/receipt	Sat Sep 07 16:41:44 2013 +0000
    49.3 @@ -5,9 +5,11 @@
    49.4  CATEGORY="network"
    49.5  SHORT_DESC="Locale pt_PT for Web mail."
    49.6  MAINTAINER="pascal.bellard@slitaz.org"
    49.7 +LICENSE="GPL2"
    49.8  WANTED="squirrelmail-locales"
    49.9 +WEB_SITE="http://www.squirrelmail.org/"
   49.10 +
   49.11  DEPENDS="squirrelmail"
   49.12 -WEB_SITE="http://www.squirrelmail.org/"
   49.13  
   49.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   49.15  genpkg_rules()
    50.1 --- a/squirrelmail-quota/receipt	Sat Sep 07 16:10:09 2013 +0000
    50.2 +++ b/squirrelmail-quota/receipt	Sat Sep 07 16:41:44 2013 +0000
    50.3 @@ -5,13 +5,15 @@
    50.4  CATEGORY="network"
    50.5  SHORT_DESC="Quota plugin for Web mail."
    50.6  MAINTAINER="pascal.bellard@slitaz.org"
    50.7 +LICENSE="GPL2"
    50.8  SOURCE="check_quota"
    50.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   50.10  WEB_SITE="http://www.squirrelmail.org/"
   50.11 -DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
   50.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   50.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   50.14  
   50.15 +DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
   50.16 +
   50.17  # Rules to configure and make the package.
   50.18  compile_rules()
   50.19  {
   50.20 @@ -23,7 +25,7 @@
   50.21  genpkg_rules()
   50.22  {
   50.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
   50.24 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   50.25 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   50.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.sample.php \
   50.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   50.28  	sed -i "s/settings\['quota_type'\] = 0/settings['quota_type'] = 1/" \
    51.1 --- a/squirrelmail-ro_RO/receipt	Sat Sep 07 16:10:09 2013 +0000
    51.2 +++ b/squirrelmail-ro_RO/receipt	Sat Sep 07 16:41:44 2013 +0000
    51.3 @@ -5,9 +5,11 @@
    51.4  CATEGORY="network"
    51.5  SHORT_DESC="Locale ro_RO for Web mail."
    51.6  MAINTAINER="pascal.bellard@slitaz.org"
    51.7 +LICENSE="GPL2"
    51.8  WANTED="squirrelmail-locales"
    51.9 +WEB_SITE="http://www.squirrelmail.org/"
   51.10 +
   51.11  DEPENDS="squirrelmail"
   51.12 -WEB_SITE="http://www.squirrelmail.org/"
   51.13  
   51.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   51.15  genpkg_rules()
    52.1 --- a/squirrelmail-ru_RU/receipt	Sat Sep 07 16:10:09 2013 +0000
    52.2 +++ b/squirrelmail-ru_RU/receipt	Sat Sep 07 16:41:44 2013 +0000
    52.3 @@ -5,9 +5,11 @@
    52.4  CATEGORY="network"
    52.5  SHORT_DESC="Locale ru_RU for Web mail."
    52.6  MAINTAINER="pascal.bellard@slitaz.org"
    52.7 +LICENSE="GPL2"
    52.8  WANTED="squirrelmail-locales"
    52.9 +WEB_SITE="http://www.squirrelmail.org/"
   52.10 +
   52.11  DEPENDS="squirrelmail"
   52.12 -WEB_SITE="http://www.squirrelmail.org/"
   52.13  
   52.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   52.15  genpkg_rules()
    53.1 --- a/squirrelmail-shared_calendars/receipt	Sat Sep 07 16:10:09 2013 +0000
    53.2 +++ b/squirrelmail-shared_calendars/receipt	Sat Sep 07 16:41:44 2013 +0000
    53.3 @@ -5,13 +5,15 @@
    53.4  CATEGORY="network"
    53.5  SHORT_DESC="Fully iCal-compliant calendaring functionality for Web mail."
    53.6  MAINTAINER="pascal.bellard@slitaz.org"
    53.7 +LICENSE="GPL2"
    53.8  SOURCE="shared_calendars"
    53.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   53.10  WEB_SITE="http://www.squirrelmail.org/"
   53.11 -DEPENDS="squirrelmail squirrelmail-compatibility-plugin squirrelmail-calendard-backend"
   53.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   53.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   53.14  
   53.15 +DEPENDS="squirrelmail squirrelmail-compatibility-plugin squirrelmail-calendard-backend"
   53.16 +
   53.17  # Rules to configure and make the package.
   53.18  compile_rules()
   53.19  {
   53.20 @@ -23,7 +25,7 @@
   53.21  genpkg_rules()
   53.22  {
   53.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
   53.24 -	cp -a $_pkg/calendar $fs/usr/share/squirrelmail/plugins
   53.25 +	cp -a $install/calendar $fs/usr/share/squirrelmail/plugins
   53.26  	mv $fs/usr/share/squirrelmail/plugins/calendar/data/config.php.sample \
   53.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   53.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    54.1 --- a/squirrelmail-sieve/receipt	Sat Sep 07 16:10:09 2013 +0000
    54.2 +++ b/squirrelmail-sieve/receipt	Sat Sep 07 16:41:44 2013 +0000
    54.3 @@ -5,13 +5,15 @@
    54.4  CATEGORY="network"
    54.5  SHORT_DESC="Sieve Mail Filters plugin for Web mail."
    54.6  MAINTAINER="pascal.bellard@slitaz.org"
    54.7 +LICENSE="GPL2"
    54.8  SOURCE="avelsieve"
    54.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   54.10  WEB_SITE="http://www.squirrelmail.org/"
   54.11 -DEPENDS="squirrelmail"
   54.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   54.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   54.14  
   54.15 +DEPENDS="squirrelmail"
   54.16 +
   54.17  # Rules to configure and make the package.
   54.18  compile_rules()
   54.19  {
   54.20 @@ -23,7 +25,7 @@
   54.21  genpkg_rules()
   54.22  {
   54.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
   54.24 -	cp -a  $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   54.25 +	cp -a  $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   54.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config/config_sample.php \
   54.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   54.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    55.1 --- a/squirrelmail-sizes/receipt	Sat Sep 07 16:10:09 2013 +0000
    55.2 +++ b/squirrelmail-sizes/receipt	Sat Sep 07 16:41:44 2013 +0000
    55.3 @@ -5,11 +5,13 @@
    55.4  CATEGORY="network"
    55.5  SHORT_DESC="Folder sizes plugin for Web mail."
    55.6  MAINTAINER="pascal.bellard@slitaz.org"
    55.7 +LICENSE="GPL2"
    55.8  SOURCE="folder_sizes"
    55.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   55.10  WEB_SITE="http://www.squirrelmail.org/"
   55.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
   55.12 +
   55.13  DEPENDS="squirrelmail"
   55.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL"
   55.15  
   55.16  # Rules to configure and make the package.
   55.17  compile_rules()
   55.18 @@ -22,7 +24,7 @@
   55.19  genpkg_rules()
   55.20  {
   55.21  	mkdir -p $fs/usr/share/squirrelmail/plugins
   55.22 -	cp -a  $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   55.23 +	cp -a  $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   55.24  }
   55.25  
   55.26  post_install()
    56.1 --- a/squirrelmail-sk_SK/receipt	Sat Sep 07 16:10:09 2013 +0000
    56.2 +++ b/squirrelmail-sk_SK/receipt	Sat Sep 07 16:41:44 2013 +0000
    56.3 @@ -5,9 +5,11 @@
    56.4  CATEGORY="network"
    56.5  SHORT_DESC="Locale sk_SK for Web mail."
    56.6  MAINTAINER="pascal.bellard@slitaz.org"
    56.7 +LICENSE="GPL2"
    56.8  WANTED="squirrelmail-locales"
    56.9 +WEB_SITE="http://www.squirrelmail.org/"
   56.10 +
   56.11  DEPENDS="squirrelmail"
   56.12 -WEB_SITE="http://www.squirrelmail.org/"
   56.13  
   56.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   56.15  genpkg_rules()
    57.1 --- a/squirrelmail-sl_SI/receipt	Sat Sep 07 16:10:09 2013 +0000
    57.2 +++ b/squirrelmail-sl_SI/receipt	Sat Sep 07 16:41:44 2013 +0000
    57.3 @@ -5,9 +5,11 @@
    57.4  CATEGORY="network"
    57.5  SHORT_DESC="Locale sl_SI for Web mail."
    57.6  MAINTAINER="pascal.bellard@slitaz.org"
    57.7 +LICENSE="GPL2"
    57.8  WANTED="squirrelmail-locales"
    57.9 +WEB_SITE="http://www.squirrelmail.org/"
   57.10 +
   57.11  DEPENDS="squirrelmail"
   57.12 -WEB_SITE="http://www.squirrelmail.org/"
   57.13  
   57.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   57.15  genpkg_rules()
    58.1 --- a/squirrelmail-smallcal/receipt	Sat Sep 07 16:10:09 2013 +0000
    58.2 +++ b/squirrelmail-smallcal/receipt	Sat Sep 07 16:41:44 2013 +0000
    58.3 @@ -5,11 +5,13 @@
    58.4  CATEGORY="network"
    58.5  SHORT_DESC="Left side calendar plugin for Web mail."
    58.6  MAINTAINER="pascal.bellard@slitaz.org"
    58.7 +LICENSE="GPL2"
    58.8  SOURCE="smallcal"
    58.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   58.10  WEB_SITE="http://www.squirrelmail.org/"
   58.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
   58.12 +
   58.13  DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
   58.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL"
   58.15  
   58.16  # Rules to configure and make the package.
   58.17  compile_rules()
   58.18 @@ -22,7 +24,7 @@
   58.19  genpkg_rules()
   58.20  {
   58.21  	mkdir -p $fs/usr/share/squirrelmail/plugins
   58.22 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   58.23 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   58.24  }
   58.25  
   58.26  post_install()
    59.1 --- a/squirrelmail-spamassassin/receipt	Sat Sep 07 16:10:09 2013 +0000
    59.2 +++ b/squirrelmail-spamassassin/receipt	Sat Sep 07 16:41:44 2013 +0000
    59.3 @@ -5,13 +5,15 @@
    59.4  CATEGORY="network"
    59.5  SHORT_DESC="Vacation and forwarding plugin for Web mail."
    59.6  MAINTAINER="pascal.bellard@slitaz.org"
    59.7 +LICENSE="GPL2"
    59.8  SOURCE="saconf"
    59.9  TARBALL="$SOURCE.$VERSION.tar.gz"
   59.10  WEB_SITE="http://www.squirrelmail.org/"
   59.11 -DEPENDS="squirrelmail"
   59.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   59.13  SUGGESTED="spamassassin"
   59.14  
   59.15 +DEPENDS="squirrelmail"
   59.16 +
   59.17  # Rules to configure and make the package.
   59.18  compile_rules()
   59.19  {
   59.20 @@ -23,7 +25,7 @@
   59.21  genpkg_rules()
   59.22  {
   59.23  	mkdir -p $fs/usr/share/squirrelmail/plugins
   59.24 -	cp -a  $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   59.25 +	cp -a  $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   59.26  }
   59.27  
   59.28  post_install()
    60.1 --- a/squirrelmail-sr_YU/receipt	Sat Sep 07 16:10:09 2013 +0000
    60.2 +++ b/squirrelmail-sr_YU/receipt	Sat Sep 07 16:41:44 2013 +0000
    60.3 @@ -5,9 +5,11 @@
    60.4  CATEGORY="network"
    60.5  SHORT_DESC="Locale sr_YU for Web mail."
    60.6  MAINTAINER="pascal.bellard@slitaz.org"
    60.7 +LICENSE="GPL2"
    60.8  WANTED="squirrelmail-locales"
    60.9 +WEB_SITE="http://www.squirrelmail.org/"
   60.10 +
   60.11  DEPENDS="squirrelmail"
   60.12 -WEB_SITE="http://www.squirrelmail.org/"
   60.13  
   60.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   60.15  genpkg_rules()
    61.1 --- a/squirrelmail-sv_SE/receipt	Sat Sep 07 16:10:09 2013 +0000
    61.2 +++ b/squirrelmail-sv_SE/receipt	Sat Sep 07 16:41:44 2013 +0000
    61.3 @@ -5,9 +5,11 @@
    61.4  CATEGORY="network"
    61.5  SHORT_DESC="Locale sv_SE for Web mail."
    61.6  MAINTAINER="pascal.bellard@slitaz.org"
    61.7 +LICENSE="GPL2"
    61.8  WANTED="squirrelmail-locales"
    61.9 +WEB_SITE="http://www.squirrelmail.org/"
   61.10 +
   61.11  DEPENDS="squirrelmail"
   61.12 -WEB_SITE="http://www.squirrelmail.org/"
   61.13  
   61.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   61.15  genpkg_rules()
    62.1 --- a/squirrelmail-tr_TR/receipt	Sat Sep 07 16:10:09 2013 +0000
    62.2 +++ b/squirrelmail-tr_TR/receipt	Sat Sep 07 16:41:44 2013 +0000
    62.3 @@ -5,9 +5,11 @@
    62.4  CATEGORY="network"
    62.5  SHORT_DESC="Locale tr_TR for Web mail."
    62.6  MAINTAINER="pascal.bellard@slitaz.org"
    62.7 +LICENSE="GPL2"
    62.8  WANTED="squirrelmail-locales"
    62.9 +WEB_SITE="http://www.squirrelmail.org/"
   62.10 +
   62.11  DEPENDS="squirrelmail"
   62.12 -WEB_SITE="http://www.squirrelmail.org/"
   62.13  
   62.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   62.15  genpkg_rules()
    63.1 --- a/squirrelmail-ug/receipt	Sat Sep 07 16:10:09 2013 +0000
    63.2 +++ b/squirrelmail-ug/receipt	Sat Sep 07 16:41:44 2013 +0000
    63.3 @@ -5,9 +5,11 @@
    63.4  CATEGORY="network"
    63.5  SHORT_DESC="Locale ug for Web mail."
    63.6  MAINTAINER="pascal.bellard@slitaz.org"
    63.7 +LICENSE="GPL2"
    63.8  WANTED="squirrelmail-locales"
    63.9 +WEB_SITE="http://www.squirrelmail.org/"
   63.10 +
   63.11  DEPENDS="squirrelmail"
   63.12 -WEB_SITE="http://www.squirrelmail.org/"
   63.13  
   63.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   63.15  genpkg_rules()
    64.1 --- a/squirrelmail-uk_UA/receipt	Sat Sep 07 16:10:09 2013 +0000
    64.2 +++ b/squirrelmail-uk_UA/receipt	Sat Sep 07 16:41:44 2013 +0000
    64.3 @@ -5,9 +5,11 @@
    64.4  CATEGORY="network"
    64.5  SHORT_DESC="Locale uk_UA for Web mail."
    64.6  MAINTAINER="pascal.bellard@slitaz.org"
    64.7 +LICENSE="GPL2"
    64.8  WANTED="squirrelmail-locales"
    64.9 +WEB_SITE="http://www.squirrelmail.org/"
   64.10 +
   64.11  DEPENDS="squirrelmail"
   64.12 -WEB_SITE="http://www.squirrelmail.org/"
   64.13  
   64.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   64.15  genpkg_rules()
    65.1 --- a/squirrelmail-vkeyboard/receipt	Sat Sep 07 16:10:09 2013 +0000
    65.2 +++ b/squirrelmail-vkeyboard/receipt	Sat Sep 07 16:41:44 2013 +0000
    65.3 @@ -5,13 +5,15 @@
    65.4  CATEGORY="network"
    65.5  SHORT_DESC="Virtual keyboard plugin for Web mail."
    65.6  MAINTAINER="pascal.bellard@slitaz.org"
    65.7 +LICENSE="GPL2"
    65.8  SOURCE="vkeyboard"
    65.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   65.10  WEB_SITE="http://www.squirrelmail.org/"
   65.11 -DEPENDS="squirrelmail"
   65.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
   65.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
   65.14  
   65.15 +DEPENDS="squirrelmail"
   65.16 +
   65.17  # Rules to configure and make the package.
   65.18  compile_rules()
   65.19  {
   65.20 @@ -23,7 +25,7 @@
   65.21  genpkg_rules()
   65.22  {
   65.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
   65.24 -	cp -a  $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
   65.25 +	cp -a  $install/$SOURCE $fs/usr/share/squirrelmail/plugins
   65.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \
   65.27  		$fs/etc/squirrelmail/config-$SOURCE.php
   65.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \
    66.1 --- a/squirrelmail-zh_CN/receipt	Sat Sep 07 16:10:09 2013 +0000
    66.2 +++ b/squirrelmail-zh_CN/receipt	Sat Sep 07 16:41:44 2013 +0000
    66.3 @@ -5,9 +5,11 @@
    66.4  CATEGORY="network"
    66.5  SHORT_DESC="Locale zh_CN for Web mail."
    66.6  MAINTAINER="pascal.bellard@slitaz.org"
    66.7 +LICENSE="GPL2"
    66.8  WANTED="squirrelmail-locales"
    66.9 +WEB_SITE="http://www.squirrelmail.org/"
   66.10 +
   66.11  DEPENDS="squirrelmail"
   66.12 -WEB_SITE="http://www.squirrelmail.org/"
   66.13  
   66.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   66.15  genpkg_rules()
    67.1 --- a/squirrelmail-zh_TW/receipt	Sat Sep 07 16:10:09 2013 +0000
    67.2 +++ b/squirrelmail-zh_TW/receipt	Sat Sep 07 16:41:44 2013 +0000
    67.3 @@ -5,9 +5,11 @@
    67.4  CATEGORY="network"
    67.5  SHORT_DESC="Locale zh_TW for Web mail."
    67.6  MAINTAINER="pascal.bellard@slitaz.org"
    67.7 +LICENSE="GPL2"
    67.8  WANTED="squirrelmail-locales"
    67.9 +WEB_SITE="http://www.squirrelmail.org/"
   67.10 +
   67.11  DEPENDS="squirrelmail"
   67.12 -WEB_SITE="http://www.squirrelmail.org/"
   67.13  
   67.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   67.15  genpkg_rules()
    68.1 --- a/squirrelmail/receipt	Sat Sep 07 16:10:09 2013 +0000
    68.2 +++ b/squirrelmail/receipt	Sat Sep 07 16:41:44 2013 +0000
    68.3 @@ -5,11 +5,13 @@
    68.4  CATEGORY="network"
    68.5  SHORT_DESC="Web mail."
    68.6  MAINTAINER="pascal.bellard@slitaz.org"
    68.7 +LICENSE="GPL2"
    68.8  TARBALL="$PACKAGE-webmail-$VERSION.tar.bz2"
    68.9  WEB_SITE="http://www.squirrelmail.org/"
   68.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   68.11 +CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php"
   68.12 +
   68.13  DEPENDS="php"
   68.14 -CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php"
   68.15  
   68.16  # Rules to gen a SliTaz package suitable for Tazpkg.
   68.17  genpkg_rules()