wok rev 13446

Add: claws-mail-fancy
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:25:35 2012 +0200 (2012-10-07)
parents 3118f7da612e
children 57488d17c290
files claws-mail-fancy/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-fancy/receipt	Sun Oct 07 01:25:35 2012 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-fancy"
     1.7 +VERSION="0.9.16"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Renders HTML e-mail using the WebKit library "
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.12 +SOURCE="fancy"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.15 +
    1.16 +DEPENDS="claws-mail libwebkit libcurl libsoup"
    1.17 +BUILD_DEPENDS="claws-mail-dev libwebkit-dev curl-dev xorg-libXinerama-dev \
    1.18 + xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
    1.19 + xorg-libXdamage-dev libxslt-dev xorg-libXt-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./configure $CONFIGURE_ARGS && make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +		mkdir -p $fs/usr/lib/claws-mail/plugins
    1.31 +		cp -a $install/usr/lib/claws-mail/plugins/*.so \
    1.32 +			$fs/usr/lib/claws-mail/plugins
    1.33 +}