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

Up: hubbub (0.1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 10 16:06:02 2013 +0000 (2013-12-10)
parents 5b2481c3d1b4
children 95f0c340fe01
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-notification"
4 VERSION="0.30"
5 CATEGORY="network"
6 SHORT_DESC="claws-mail plugin - mail notification."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 SOURCE="notification_plugin"
10 TARBALL="${SOURCE}-${VERSION}.tar.gz"
11 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
14 DEPENDS="claws-mail libnotify xorg-libXdamage"
15 BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib/claws-mail/plugins
31 cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
32 }