wok annotate claws-mail-notification/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 5b2481c3d1b4
children 95f0c340fe01
rev   line source
erjo@1321 1 # SliTaz package receipt.
erjo@1321 2
erjo@1321 3 PACKAGE="claws-mail-notification"
erjo@13438 4 VERSION="0.30"
pascal@1423 5 CATEGORY="network"
erjo@1321 6 SHORT_DESC="claws-mail plugin - mail notification."
erjo@1321 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
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
pascal@14999 14 DEPENDS="claws-mail libnotify xorg-libXdamage"
pascal@14999 15 BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev"
pascal@14999 16
erjo@1321 17 # Rules to configure and make the package.
erjo@1321 18 compile_rules()
erjo@1321 19 {
erjo@1321 20 cd $src
slaxemulator@11082 21 ./configure \
slaxemulator@11082 22 $CONFIGURE_ARGS &&
pascal@1480 23 make &&
slaxemulator@11082 24 make DESTDIR=$DESTDIR install
erjo@1321 25 }
erjo@1321 26
erjo@1321 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1321 28 genpkg_rules()
erjo@1321 29 {
erjo@1321 30 mkdir -p $fs/usr/lib/claws-mail/plugins
pascal@14999 31 cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
erjo@1321 32 }
erjo@1321 33