wok view claws-mail-fancy/receipt @ rev 14466

nagios: add pre_remove
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 27 09:26:24 2013 +0200 (2013-04-27)
parents
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-fancy"
4 VERSION="0.9.16"
5 CATEGORY="network"
6 SHORT_DESC="Renders HTML e-mail using the WebKit library "
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.claws-mail.org/plugins.php"
9 SOURCE="fancy"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
13 DEPENDS="claws-mail libwebkit libcurl libsoup"
14 BUILD_DEPENDS="claws-mail-dev libwebkit-dev curl-dev xorg-libXinerama-dev \
15 xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
16 xorg-libXdamage-dev libxslt-dev xorg-libXt-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/claws-mail/plugins
28 cp -a $install/usr/lib/claws-mail/plugins/*.so \
29 $fs/usr/lib/claws-mail/plugins
30 }