wok-backports rev 12

Add: claws-mail*
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Dec 23 01:44:01 2013 +0100 (2013-12-23)
parents 9df3e4c71a39
children 6b13f0b89f62
files claws-mail-acpinotifier/receipt claws-mail-addresskeeper/receipt claws-mail-archive/receipt claws-mail-attachwarner/receipt claws-mail-attremover/receipt claws-mail-bsfilter/receipt claws-mail-clamd/receipt claws-mail-dev/receipt claws-mail-extras/receipt claws-mail-fancy/receipt claws-mail-fetchinfo/receipt claws-mail-mailmbox/receipt claws-mail-newmail/receipt claws-mail-notification/receipt claws-mail-pdfviewer/receipt claws-mail-plugins/receipt claws-mail-python/receipt claws-mail-rssyl-dev/receipt claws-mail-rssyl/receipt claws-mail-spam_report/receipt claws-mail-tnefparse/receipt claws-mail-vcalendar/receipt claws-mail/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-acpinotifier/receipt	Mon Dec 23 01:44:01 2013 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-acpinotifier"
     1.7 +VERSION="3.9.3"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Enables mail notification via LEDs on some laptops (Acer, ASUS, Fujitsu, IBM). "
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.13 +WANTED="claws-mail"
    1.14 +
    1.15 +DEPENDS="claws-mail"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
    1.21 +		cp -a $install/usr/lib/claws-mail/plugins/acpi_notifier.so \
    1.22 +			$fs/usr/lib/claws-mail/plugins
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/claws-mail-addresskeeper/receipt	Mon Dec 23 01:44:01 2013 +0100
     2.3 @@ -0,0 +1,20 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="claws-mail-addresskeeper"
     2.7 +VERSION="3.9.3"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="Keeps all recipient addresses in an addressbook folder. "
    2.10 +MAINTAINER="erjo@slitaz.org"
    2.11 +LICENSE="GPL3"
    2.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    2.13 +WANTED="claws-mail"
    2.14 +DEPENDS="claws-mail"
    2.15 +
    2.16 +
    2.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 +genpkg_rules()
    2.19 +{
    2.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
    2.21 +		cp -a $install/usr/lib/claws-mail/plugins/address_keeper.so \
    2.22 +			$fs/usr/lib/claws-mail/plugins
    2.23 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/claws-mail-archive/receipt	Mon Dec 23 01:44:01 2013 +0100
     3.3 @@ -0,0 +1,23 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="claws-mail-archive"
     3.7 +VERSION="3.9.3"
     3.8 +CATEGORY="network"
     3.9 +SHORT_DESC="claws-mail archiving features"
    3.10 +MAINTAINER="erjo@slitaz.org"
    3.11 +LICENSE="GPL3"
    3.12 +WEB_SITE="http://www.claws-mail.org"
    3.13 +WANTED="claws-mail"
    3.14 +
    3.15 +DEPENDS="claws-mail libarchive acl liblzma bzlib"
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	mkdir -p $fs/usr/lib/claws-mail/plugins \
    3.21 +		$fs/usr/share/locale
    3.22 +		
    3.23 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so  \
    3.24 +		$fs/usr/lib/claws-mail/plugins
    3.25 +}
    3.26 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/claws-mail-attachwarner/receipt	Mon Dec 23 01:44:01 2013 +0100
     4.3 @@ -0,0 +1,21 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="claws-mail-attachwarner"
     4.7 +VERSION="3.9.3"
     4.8 +CATEGORY="network"
     4.9 +SHORT_DESC="Warn about missing attachment"
    4.10 +MAINTAINER="erjo@slitaz.org"
    4.11 +LICENSE="GPL3"
    4.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    4.13 +WANTED="claws-mail"
    4.14 +
    4.15 +DEPENDS="claws-mail"
    4.16 +
    4.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.18 +genpkg_rules()
    4.19 +{
    4.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
    4.21 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
    4.22 +			$fs/usr/lib/claws-mail/plugins
    4.23 +}
    4.24 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/claws-mail-attremover/receipt	Mon Dec 23 01:44:01 2013 +0100
     5.3 @@ -0,0 +1,20 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="claws-mail-attremover"
     5.7 +VERSION="3.9.3"
     5.8 +CATEGORY="network"
     5.9 +SHORT_DESC="claws-mail plugin - Remove attachments from emails."
    5.10 +MAINTAINER="erjo@slitaz.org"
    5.11 +LICENSE="GPL3"
    5.12 +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    5.13 +WANTED="claws-mail"
    5.14 +
    5.15 +DEPENDS="claws-mail xorg-libXdamage"
    5.16 +
    5.17 +
    5.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.19 +genpkg_rules()
    5.20 +{
    5.21 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    5.22 +	cp -a $install/usr/lib/claws-mail/plugins/att_remover.so $fs/usr/lib/claws-mail/plugins/
    5.23 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/claws-mail-bsfilter/receipt	Mon Dec 23 01:44:01 2013 +0100
     6.3 @@ -0,0 +1,20 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="claws-mail-bsfilter"
     6.7 +VERSION="3.9.3"
     6.8 +CATEGORY="network"
     6.9 +SHORT_DESC="Check all recieved message with BSFilter"
    6.10 +MAINTAINER="erjo@slitaz.org"
    6.11 +LICENSE="GPL3"
    6.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    6.13 +WANTED="claws-mail"
    6.14 +
    6.15 +DEPENDS="claws-mail"
    6.16 +
    6.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.18 +genpkg_rules()
    6.19 +{
    6.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
    6.21 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
    6.22 +			$fs/usr/lib/claws-mail/plugins
    6.23 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/claws-mail-clamd/receipt	Mon Dec 23 01:44:01 2013 +0100
     7.3 @@ -0,0 +1,20 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="claws-mail-clamd"
     7.7 +VERSION="3.9.3"
     7.8 +CATEGORY="network"
     7.9 +SHORT_DESC="Scans recieved message with Clam AV"
    7.10 +MAINTAINER="erjo@slitaz.org"
    7.11 +LICENSE="GPL3"
    7.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    7.13 +WANTED="claws-mail"
    7.14 +
    7.15 +DEPENDS="claws-mail clamav"
    7.16 +
    7.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.18 +genpkg_rules()
    7.19 +{
    7.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
    7.21 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
    7.22 +			$fs/usr/lib/claws-mail/plugins
    7.23 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/claws-mail-dev/receipt	Mon Dec 23 01:44:01 2013 +0100
     8.3 @@ -0,0 +1,22 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="claws-mail-dev"
     8.7 +VERSION="3.9.3"
     8.8 +CATEGORY="development"
     8.9 +SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
    8.10 +MAINTAINER="erjo@slitaz.org"
    8.11 +LICENSE="GPL3"
    8.12 +WEB_SITE="http://www.claws-mail.org/index.php"
    8.13 +WANTED="claws-mail"
    8.14 +
    8.15 +DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev pkg-config"
    8.16 +
    8.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.18 +genpkg_rules()
    8.19 +{
    8.20 +	mkdir -p $fs/usr/lib/$WANTED/plugins
    8.21 +	cp -a $install/usr/include $fs/usr
    8.22 +	cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
    8.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
    8.24 +}
    8.25 +
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/claws-mail-extras/receipt	Mon Dec 23 01:44:01 2013 +0100
     9.3 @@ -0,0 +1,20 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="claws-mail-extras"
     9.7 +VERSION="3.9.3"
     9.8 +CATEGORY="meta"
     9.9 +SHORT_DESC="All extras plugins for Claws-mail."
    9.10 +MAINTAINER="erjo@slitaz.org"
    9.11 +LICENSE="GPL3"
    9.12 +WEB_SITE="http://www.claws-mail.org/index.php"
    9.13 +
    9.14 +DEPENDS="claws-mail-archive claws-mail-attremover
    9.15 + claws-mail-notification claws-mail-spam_report claws-mail-vcalendar 
    9.16 + claws-mail-fancy claws-mail-rssyl "
    9.17 +
    9.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.19 +genpkg_rules()
    9.20 +{
    9.21 +	mkdir -p $fs/usr
    9.22 +}
    9.23 +
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/claws-mail-fancy/receipt	Mon Dec 23 01:44:01 2013 +0100
    10.3 @@ -0,0 +1,19 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="claws-mail-fancy"
    10.7 +VERSION="3.9.3"
    10.8 +CATEGORY="network"
    10.9 +SHORT_DESC="Renders HTML e-mail using the WebKit library "
   10.10 +MAINTAINER="erjo@slitaz.org"
   10.11 +LICENSE="GPL3"
   10.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
   10.13 +WANTED="claws-mail"
   10.14 +
   10.15 +DEPENDS="claws-mail libwebkit libcurl libsoup libarchive"
   10.16 +
   10.17 +genpkg_rules()
   10.18 +{
   10.19 +		mkdir -p $fs/usr/lib/claws-mail/plugins
   10.20 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
   10.21 +			$fs/usr/lib/claws-mail/plugins
   10.22 +}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/claws-mail-fetchinfo/receipt	Mon Dec 23 01:44:01 2013 +0100
    11.3 @@ -0,0 +1,21 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="claws-mail-fetchinfo"
    11.7 +VERSION="3.9.3"
    11.8 +CATEGORY="network"
    11.9 +SHORT_DESC="Inserts headers containing some download information."
   11.10 +MAINTAINER="erjo@slitaz.org"
   11.11 +LICENSE="GPL3"
   11.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
   11.13 +WANTED="claws-mail"
   11.14 +
   11.15 +DEPENDS="claws-mail libwebkit libcurl libsoup"
   11.16 +
   11.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.18 +genpkg_rules()
   11.19 +{
   11.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
   11.21 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
   11.22 +			$fs/usr/lib/claws-mail/plugins
   11.23 +}
   11.24 +
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/claws-mail-mailmbox/receipt	Mon Dec 23 01:44:01 2013 +0100
    12.3 @@ -0,0 +1,20 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="claws-mail-mailmbox"
    12.7 +VERSION="3.9.3"
    12.8 +CATEGORY="network"
    12.9 +SHORT_DESC="*Handles mailboxes in mbox format."
   12.10 +MAINTAINER="erjo@slitaz.org"
   12.11 +LICENSE="GPL3"
   12.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
   12.13 +WANTED="claws-mail"
   12.14 +
   12.15 +DEPENDS="claws-mail libwebkit libcurl libsoup"
   12.16 +
   12.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.18 +genpkg_rules()
   12.19 +{
   12.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
   12.21 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
   12.22 +			$fs/usr/lib/claws-mail/plugins
   12.23 +}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/claws-mail-newmail/receipt	Mon Dec 23 01:44:01 2013 +0100
    13.3 @@ -0,0 +1,21 @@
    13.4 +# SliTaz package receipt.
    13.5 +
    13.6 +PACKAGE="claws-mail-newmail"
    13.7 +VERSION="3.9.3"
    13.8 +CATEGORY="network"
    13.9 +SHORT_DESC="Claws Mail writes a msg header summary to a log file."
   13.10 +MAINTAINER="erjo@slitaz.org"
   13.11 +LICENSE="GPL3"
   13.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
   13.13 +WANTED="claws-mail"
   13.14 +
   13.15 +DEPENDS="claws-mail libwebkit libcurl libsoup"
   13.16 +
   13.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   13.18 +genpkg_rules()
   13.19 +{
   13.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
   13.21 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
   13.22 +			$fs/usr/lib/claws-mail/plugins
   13.23 +}
   13.24 +
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/claws-mail-notification/receipt	Mon Dec 23 01:44:01 2013 +0100
    14.3 @@ -0,0 +1,20 @@
    14.4 +# SliTaz package receipt.
    14.5 +
    14.6 +PACKAGE="claws-mail-notification"
    14.7 +VERSION="3.9.3"
    14.8 +CATEGORY="network"
    14.9 +SHORT_DESC="claws-mail plugin - mail notification."
   14.10 +MAINTAINER="erjo@slitaz.org"
   14.11 +LICENSE="GPL3"
   14.12 +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
   14.13 +WANTED="claws-mail"
   14.14 +
   14.15 +DEPENDS="claws-mail libnotify xorg-libXdamage"
   14.16 +
   14.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   14.18 +genpkg_rules()
   14.19 +{
   14.20 +	mkdir -p $fs/usr/lib/claws-mail/plugins
   14.21 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so* $fs/usr/lib/claws-mail/plugins/
   14.22 +}
   14.23 +
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/claws-mail-pdfviewer/receipt	Mon Dec 23 01:44:01 2013 +0100
    15.3 @@ -0,0 +1,20 @@
    15.4 +# SliTaz package receipt.
    15.5 +
    15.6 +PACKAGE="claws-mail-pdfviewer"
    15.7 +VERSION="3.9.3"
    15.8 +CATEGORY="network"
    15.9 +SHORT_DESC="PDF viewer for Claws Mail."
   15.10 +MAINTAINER="erjo@slitaz.org"
   15.11 +LICENSE="GPL3"
   15.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
   15.13 +WANTED="claws-mail"
   15.14 +
   15.15 +DEPENDS="claws-mail poppler "
   15.16 +
   15.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   15.18 +genpkg_rules()
   15.19 +{
   15.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
   15.21 +		cp -a $install/usr/lib/claws-mail/plugins/pdf_viewer.so \
   15.22 +			$fs/usr/lib/claws-mail/plugins
   15.23 +}
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/claws-mail-plugins/receipt	Mon Dec 23 01:44:01 2013 +0100
    16.3 @@ -0,0 +1,26 @@
    16.4 +# SliTaz package receipt.
    16.5 +
    16.6 +PACKAGE="claws-mail-plugins"
    16.7 +VERSION="3.9.3"
    16.8 +CATEGORY="network"
    16.9 +SHORT_DESC="Standart plugins for claws-mail."
   16.10 +MAINTAINER="erjo@slitaz.org"
   16.11 +LICENSE="GPL3"
   16.12 +DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base"
   16.13 +WEB_SITE="http://www.claws-mail.org/index.php"
   16.14 +WANTED="claws-mail"
   16.15 +
   16.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
   16.17 +genpkg_rules()
   16.18 +{
   16.19 +	mkdir -p $fs/usr/lib/$WANTED/plugins 
   16.20 +	
   16.21 +	cp -a $install/usr/lib/$WANTED/plugins/bogofilter.so $fs/usr/lib/$WANTED/plugins/
   16.22 +	cp -a $install/usr/lib/$WANTED/plugins/pgpcore.so $fs/usr/lib/$WANTED/plugins/
   16.23 +	cp -a $install/usr/lib/$WANTED/plugins/pgpinline.so $fs/usr/lib/$WANTED/plugins/
   16.24 +	cp -a $install/usr/lib/$WANTED/plugins/pgpmime.so $fs/usr/lib/$WANTED/plugins/
   16.25 +	cp -a $install/usr/lib/$WANTED/plugins/smime.so $fs/usr/lib/$WANTED/plugins/
   16.26 +	cp -a $install/usr/lib/$WANTED/plugins/spamassassin.so $fs/usr/lib/$WANTED/plugins/
   16.27 +	#cp -a $install/usr/lib/$WANTED/plugins/trayicon.so $fs/usr/lib/$WANTED/plugins/
   16.28 +}
   16.29 +
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/claws-mail-python/receipt	Mon Dec 23 01:44:01 2013 +0100
    17.3 @@ -0,0 +1,20 @@
    17.4 +# SliTaz package receipt.
    17.5 +
    17.6 +PACKAGE="claws-mail-python"
    17.7 +VERSION="3.9.3"
    17.8 +CATEGORY="network"
    17.9 +SHORT_DESC="Python interface to Claws Mail' filtering mechanism."
   17.10 +MAINTAINER="erjo@slitaz.org"
   17.11 +LICENSE="GPL3"
   17.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
   17.13 +WANTED="claws-mail"
   17.14 +
   17.15 +DEPENDS="claws-mail pygtk"
   17.16 +
   17.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   17.18 +genpkg_rules()
   17.19 +{
   17.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
   17.21 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
   17.22 +			$fs/usr/lib/claws-mail/plugins
   17.23 +}
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/claws-mail-rssyl-dev/receipt	Mon Dec 23 01:44:01 2013 +0100
    18.3 @@ -0,0 +1,21 @@
    18.4 +# SliTaz package receipt.
    18.5 +
    18.6 +PACKAGE="claws-mail-rssyl-dev"
    18.7 +VERSION="3.9.3"
    18.8 +CATEGORY="development"
    18.9 +SHORT_DESC="RSS feed aggregator for Claws Mail dev files."
   18.10 +MAINTAINER="erjo@slitaz.org"
   18.11 +LICENSE="GPL2"
   18.12 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
   18.13 +WANTED="claws-mail"
   18.14 +
   18.15 +DEPENDS="claws-mail curl libxml2"
   18.16 +
   18.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   18.18 +genpkg_rules()
   18.19 +{
   18.20 +	mkdir -p $fs/usr/lib/claws-mail/plugins
   18.21 +		
   18.22 +	cp -a $install/usr/lib/claws-mail/plugins/rssyl.*a* $fs/usr/lib/claws-mail/plugins/
   18.23 +}
   18.24 +
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/claws-mail-rssyl/receipt	Mon Dec 23 01:44:01 2013 +0100
    19.3 @@ -0,0 +1,29 @@
    19.4 +# SliTaz package receipt.
    19.5 +
    19.6 +PACKAGE="claws-mail-rssyl"
    19.7 +VERSION="3.9.3"
    19.8 +CATEGORY="network"
    19.9 +SHORT_DESC="RSS feed aggregator for Claws Mail."
   19.10 +MAINTAINER="erjo@slitaz.org"
   19.11 +LICENSE="GPL2"
   19.12 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
   19.13 +WANTED="claws-mail"
   19.14 +
   19.15 +SUGGESTED="claws-mail-fancy"
   19.16 +TAGS="rss newsfeed"
   19.17 +
   19.18 +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
   19.19 +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
   19.20 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
   19.21 +
   19.22 +
   19.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
   19.24 +genpkg_rules()
   19.25 +{
   19.26 +	mkdir -p $fs/usr/lib/claws-mail/plugins \
   19.27 +		$fs/usr/share/locale
   19.28 +		
   19.29 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/
   19.30 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
   19.31 +}
   19.32 +
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/claws-mail-spam_report/receipt	Mon Dec 23 01:44:01 2013 +0100
    20.3 @@ -0,0 +1,21 @@
    20.4 +# SliTaz package receipt.
    20.5 +
    20.6 +PACKAGE="claws-mail-spam_report"
    20.7 +VERSION="3.9.3"
    20.8 +CATEGORY="network"
    20.9 +SHORT_DESC="Reports spam to various places"
   20.10 +MAINTAINER="erjo@slitaz.org"
   20.11 +LICENSE="GPL3"
   20.12 +WEB_SITE="http://www.claws-mail.org"
   20.13 +WANTED="claws-mail"
   20.14 +
   20.15 +DEPENDS="claws-mail libcurl"
   20.16 +
   20.17 +
   20.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
   20.19 +genpkg_rules()
   20.20 +{
   20.21 +	mkdir -p $fs/usr/lib/claws-mail/plugins
   20.22 +	cp -a $install/usr/lib/claws-mail/plugins/spamreport.so  \
   20.23 +		$fs/usr/lib/claws-mail/plugins
   20.24 +}
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/claws-mail-tnefparse/receipt	Mon Dec 23 01:44:01 2013 +0100
    21.3 @@ -0,0 +1,20 @@
    21.4 +# SliTaz package receipt.
    21.5 +
    21.6 +PACKAGE="claws-mail-tnefparse"
    21.7 +VERSION="3.9.3"
    21.8 +CATEGORY="network"
    21.9 +SHORT_DESC="Enables Claws Mail reading application/ms-tnef attachments."
   21.10 +MAINTAINER="erjo@slitaz.org"
   21.11 +LICENSE="GPL3"
   21.12 +WEB_SITE="http://www.claws-mail.org/plugins.php"
   21.13 +WANTED="claws-mail"
   21.14 +
   21.15 +DEPENDS="claws-mail "
   21.16 +
   21.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   21.18 +genpkg_rules()
   21.19 +{
   21.20 +		mkdir -p $fs/usr/lib/claws-mail/plugins
   21.21 +		cp -a $install/usr/lib/claws-mail/plugins/tnef_parse.so \
   21.22 +			$fs/usr/lib/claws-mail/plugins
   21.23 +}
    22.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.2 +++ b/claws-mail-vcalendar/receipt	Mon Dec 23 01:44:01 2013 +0100
    22.3 @@ -0,0 +1,20 @@
    22.4 +# SliTaz package receipt.
    22.5 +
    22.6 +PACKAGE="claws-mail-vcalendar"
    22.7 +VERSION="3.9.3"
    22.8 +CATEGORY="network"
    22.9 +SHORT_DESC="claws-mail plugin - vcalendar messages support."
   22.10 +MAINTAINER="erjo@slitaz.org"
   22.11 +LICENSE="GPL3"
   22.12 +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
   22.13 +WANTED="claws-mail"
   22.14 +
   22.15 +DEPENDS="claws-mail curl xorg-libXdamage gnutls"
   22.16 +
   22.17 +
   22.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
   22.19 +genpkg_rules()
   22.20 +{
   22.21 +	mkdir -p $fs/usr/lib/claws-mail/plugins
   22.22 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/
   22.23 +}
    23.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.2 +++ b/claws-mail/receipt	Mon Dec 23 01:44:01 2013 +0100
    23.3 @@ -0,0 +1,51 @@
    23.4 +# SliTaz package receipt.
    23.5 +
    23.6 +PACKAGE="claws-mail"
    23.7 +VERSION="3.9.3"
    23.8 +CATEGORY="network"
    23.9 +SHORT_DESC="The user-firendly, lightweight and fast email client"
   23.10 +MAINTAINER="erjo@slitaz.org"
   23.11 +LICENSE="GPL3"
   23.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   23.13 +WEB_SITE="http://www.claws-mail.org/index.php"
   23.14 +WGET_URL="$SF_MIRROR/sylpheed-claws/$TARBALL"
   23.15 +TAGS="email client"
   23.16 +
   23.17 +DEPENDS="libetpan libdb libsasl libcurl gpgme enchant dbus dbus-glib expat \
   23.18 +libgnutls gtk+ libgcrypt startup-notification xorg-libICE xorg-libSM \
   23.19 +xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \
   23.20 +xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \
   23.21 +xorg-libXdamage gcc-lib-base libtasn1"
   23.22 +BUILD_DEPENDS="libetpan-dev curl-dev gpgme-dev glib-dev libgpg-error-dev \
   23.23 +enchant libidn-dev db-dev expat-dev cyrus-sasl-dev xcb-util-dev gtk+-dev \
   23.24 +pkg-config libassuan libassuan-dev xorg-dev gnutls-dev libwebkit-dev curl-dev xorg-libXinerama-dev \
   23.25 + xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
   23.26 + xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-ng-uuid-dev \
   23.27 +  python-dev pygtk-dev libarchive-dev attr-dev acl-dev liblzma-dev poppler-dev lcms-dev ghostscript-dev"
   23.28 +
   23.29 +# Rules to configure and make the package.
   23.30 +compile_rules()
   23.31 +{
   23.32 +	cd $src
   23.33 +	./configure \
   23.34 +	 	--disable-ldap \
   23.35 +	 	--disable-jpilot \
   23.36 +		$CONFIGURE_ARGS &&
   23.37 +	make && make install
   23.38 +}
   23.39 +
   23.40 +# Rules to gen a SliTaz package suitable for Tazpkg.
   23.41 +genpkg_rules()
   23.42 +{
   23.43 +	mkdir -p $fs/usr/share \
   23.44 +		$fs/usr/lib/$PACKAGE/plugins
   23.45 +	cp -a $install/usr/bin $fs/usr
   23.46 +	cp -a $install/usr/share/icons $fs/usr/share
   23.47 +}
   23.48 +
   23.49 +# Post installation custom.
   23.50 +post_install()
   23.51 +{
   23.52 +	[ -x /usr/bin/gtk-update-icon-cache ] && \
   23.53 +		gtk-update-icon-cache  -f -t /usr/share/icons/hicolor
   23.54 +}