wok view claws-mail-notification/receipt @ rev 11747

merge
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:51:12 2012 +0100 (2012-02-22)
parents bc50f4494143
children 5b2481c3d1b4
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-notification"
4 VERSION="0.28"
5 CATEGORY="network"
6 SHORT_DESC="claws-mail plugin - mail notification."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail libnotify xorg-libXdamage"
9 BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev"
10 SOURCE="notification_plugin"
11 TARBALL="${SOURCE}-${VERSION}.tar.gz"
12 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 $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 }