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

sarg: no more /var ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 12:23:39 2013 +0000 (2013-08-12)
parents b7f351c15d32
children 5d7f1a65b0ad
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 LICENSE="GPL3"
9 WEB_SITE="http://www.claws-mail.org/plugins.php"
10 SOURCE="fancy"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
14 DEPENDS="claws-mail libwebkit libcurl libsoup"
15 BUILD_DEPENDS="claws-mail-dev libwebkit-dev curl-dev xorg-libXinerama-dev \
16 xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
17 xorg-libXdamage-dev libxslt-dev xorg-libXt-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS && make && make 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 $install/usr/lib/claws-mail/plugins/*.so \
30 $fs/usr/lib/claws-mail/plugins
31 }