wok annotate claws-mail-notification/receipt @ 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
children 03a799424aaa
rev   line source
erjo@1321 1 # SliTaz package receipt.
erjo@1321 2
erjo@1321 3 PACKAGE="claws-mail-notification"
erjo@1321 4 VERSION="0.17"
erjo@1321 5 CATEGORY="extra"
erjo@1321 6 SHORT_DESC="claws-mail plugin - mail notification."
erjo@1321 7 MAINTAINER="erjo@slitaz.org"
erjo@1321 8 DEPENDS="claws-mail"
erjo@1321 9 SOURCE="notification_plugin"
erjo@1321 10 TARBALL="${SOURCE}-${VERSION}.tar.gz"
erjo@1321 11 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
erjo@1321 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@1321 13
erjo@1321 14 # Rules to configure and make the package.
erjo@1321 15 compile_rules()
erjo@1321 16 {
erjo@1321 17 cd $src
erjo@1321 18 ./configure --prefix=/usr --infodir=/usr/share/info \
erjo@1321 19 --mandir=/usr/share/man $CONFIGURE_ARGS
erjo@1321 20 make
erjo@1321 21 make DESTDIR=$PWD/_pkg install
erjo@1321 22 }
erjo@1321 23
erjo@1321 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1321 25 genpkg_rules()
erjo@1321 26 {
erjo@1321 27 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@1321 28 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
erjo@1321 29 }
erjo@1321 30