wok view claws-mail-vcalendar/receipt @ rev 13225

fail2ban: add fail2ban filter
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 13 19:15:01 2012 +0200 (2012-08-13)
parents 82c8391f7fd5
children 06693cc296cf
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-vcalendar"
4 VERSION="2.0.11"
5 CATEGORY="network"
6 SHORT_DESC="claws-mail plugin - vcalendar messages support."
7 MAINTAINER="erjo@slitaz.org"
8 SOURCE="vcalendar"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
13 DEPENDS="claws-mail curl xorg-libXdamage gnutls"
14 BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev enchant-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib/claws-mail/plugins
29 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
30 }