# HG changeset patch # User Eric Joseph-Alexandre # Date 1219958623 -7200 # Node ID c140d16986cd99ec063c8e9e34f51113483aff2f # Parent bb739f7309034a6fde0123e57d2800f8445b9e62 Add; vcalendar, notification & attremover extras plugins for claws-mail diff -r bb739f730903 -r c140d16986cd claws-mail-attremover/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-attremover/receipt Thu Aug 28 23:23:43 2008 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-attremover" +VERSION="1.0.8" +CATEGORY="internet" +SHORT_DESC="claws-mail plugin - Remove attachments from emails." +MAINTAINER="erjo@slitaz.org" +DEPENDS="claws-mail" +SOURCE="att_remover" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + make && \ + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/claws-mail/plugins + cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ +} diff -r bb739f730903 -r c140d16986cd claws-mail-notification/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-notification/receipt Thu Aug 28 23:23:43 2008 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-notification" +VERSION="0.17" +CATEGORY="extra" +SHORT_DESC="claws-mail plugin - mail notification." +MAINTAINER="erjo@slitaz.org" +DEPENDS="claws-mail" +SOURCE="notification_plugin" +TARBALL="${SOURCE}-${VERSION}.tar.gz" +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/claws-mail/plugins + cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ +} + diff -r bb739f730903 -r c140d16986cd claws-mail-vcalendar/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-vcalendar/receipt Thu Aug 28 23:23:43 2008 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-vcalendar" +VERSION="2.0" +CATEGORY="extra" +SHORT_DESC="claws-mail plugin - vcalendar messages support." +MAINTAINER="erjo@slitaz.org" +DEPENDS="claws-mail curl" +BUILD_DEPENS="curl-dev" +SOURCE="vcalendar" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/claws-mail/plugins + cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ +}