wok rev 1321

Add; vcalendar, notification & attremover extras plugins for claws-mail
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Aug 28 23:23:43 2008 +0200 (2008-08-28)
parents bb739f730903
children d6723df895bb
files claws-mail-attremover/receipt claws-mail-notification/receipt claws-mail-vcalendar/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-attremover/receipt	Thu Aug 28 23:23:43 2008 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-attremover"
     1.7 +VERSION="1.0.8"
     1.8 +CATEGORY="internet"
     1.9 +SHORT_DESC="claws-mail plugin - Remove attachments from emails."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="claws-mail"
    1.12 +SOURCE="att_remover"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    1.15 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.23 +	make && \
    1.24 +	make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.31 +	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    1.32 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/claws-mail-notification/receipt	Thu Aug 28 23:23:43 2008 +0200
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="claws-mail-notification"
     2.7 +VERSION="0.17"
     2.8 +CATEGORY="extra"
     2.9 +SHORT_DESC="claws-mail plugin - mail notification."
    2.10 +MAINTAINER="erjo@slitaz.org"
    2.11 +DEPENDS="claws-mail"
    2.12 +SOURCE="notification_plugin"
    2.13 +TARBALL="${SOURCE}-${VERSION}.tar.gz"
    2.14 +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    2.15 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +	cd $src
    2.21 +	./configure --prefix=/usr --infodir=/usr/share/info \
    2.22 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.23 +	make
    2.24 +	make DESTDIR=$PWD/_pkg install
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    2.31 +	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    2.32 +}
    2.33 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/claws-mail-vcalendar/receipt	Thu Aug 28 23:23:43 2008 +0200
     3.3 @@ -0,0 +1,30 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="claws-mail-vcalendar"
     3.7 +VERSION="2.0"
     3.8 +CATEGORY="extra"
     3.9 +SHORT_DESC="claws-mail plugin - vcalendar messages support."
    3.10 +MAINTAINER="erjo@slitaz.org"
    3.11 +DEPENDS="claws-mail curl"
    3.12 +BUILD_DEPENS="curl-dev"
    3.13 +SOURCE="vcalendar"
    3.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.15 +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    3.16 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    3.17 +
    3.18 +# Rules to configure and make the package.
    3.19 +compile_rules()
    3.20 +{
    3.21 +	cd $src
    3.22 +	./configure --prefix=/usr --infodir=/usr/share/info \
    3.23 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    3.24 +	make
    3.25 +	make DESTDIR=$PWD/_pkg install
    3.26 +}
    3.27 +
    3.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.29 +genpkg_rules()
    3.30 +{
    3.31 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    3.32 +	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    3.33 +}