wok annotate 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
rev   line source
erjo@13446 1 # SliTaz package receipt.
erjo@13446 2
erjo@13446 3 PACKAGE="claws-mail-fancy"
erjo@13446 4 VERSION="0.9.16"
erjo@13446 5 CATEGORY="network"
erjo@13446 6 SHORT_DESC="Renders HTML e-mail using the WebKit library "
erjo@13446 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@13446 9 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13446 10 SOURCE="fancy"
erjo@13446 11 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13446 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13446 13
erjo@13446 14 DEPENDS="claws-mail libwebkit libcurl libsoup"
erjo@13446 15 BUILD_DEPENDS="claws-mail-dev libwebkit-dev curl-dev xorg-libXinerama-dev \
erjo@13446 16 xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
erjo@13446 17 xorg-libXdamage-dev libxslt-dev xorg-libXt-dev"
erjo@13446 18
erjo@13446 19 # Rules to configure and make the package.
erjo@13446 20 compile_rules()
erjo@13446 21 {
erjo@13446 22 ./configure $CONFIGURE_ARGS && make && make install
erjo@13446 23 }
erjo@13446 24
erjo@13446 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13446 26 genpkg_rules()
erjo@13446 27 {
erjo@13446 28 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13446 29 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13446 30 $fs/usr/lib/claws-mail/plugins
erjo@13446 31 }