wok diff claws-mail-fancy/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents 5d7f1a65b0ad
children 86790a278e70
line diff
     1.1 --- a/claws-mail-fancy/receipt	Wed Dec 11 20:57:53 2013 +0100
     1.2 +++ b/claws-mail-fancy/receipt	Tue Aug 12 13:55:28 2014 +0200
     1.3 @@ -1,31 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-fancy"
     1.7 -VERSION="0.9.16"
     1.8 +VERSION="3.9.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Renders HTML e-mail using the WebKit library "
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.14 -SOURCE="fancy"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.17 +WANTED="claws-mail"
    1.18  
    1.19 -DEPENDS="claws-mail libwebkit libcurl libsoup"
    1.20 -BUILD_DEPENDS="claws-mail-dev libwebkit-dev curl-dev xorg-libXinerama-dev \
    1.21 - xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
    1.22 - xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-uuid-dev"
    1.23 +DEPENDS="claws-mail libwebkit libcurl libsoup libarchive"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	./configure $CONFIGURE_ARGS && make && make install
    1.29 -}
    1.30 -
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  		mkdir -p $fs/usr/lib/claws-mail/plugins
    1.35 -		cp -a $install/usr/lib/claws-mail/plugins/*.so \
    1.36 +		cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
    1.37  			$fs/usr/lib/claws-mail/plugins
    1.38  }