wok diff claws-mail-vcalendar/receipt @ rev 17002

linux-cloop, cloop-utils: add cloop_suspend & create_compressed_fs_fast
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 09:06:13 2014 +0200 (2014-08-12)
parents 2b9f96603415
children 86790a278e70
line diff
     1.1 --- a/claws-mail-vcalendar/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/claws-mail-vcalendar/receipt	Tue Aug 12 09:06:13 2014 +0200
     1.3 @@ -1,31 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-vcalendar"
     1.7 -VERSION="2.0.13"
     1.8 +VERSION="3.9.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="claws-mail plugin - vcalendar messages support."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -SOURCE="vcalendar"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    1.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.17 +WANTED="claws-mail"
    1.18  
    1.19  DEPENDS="claws-mail curl xorg-libXdamage gnutls"
    1.20 -BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev enchant-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.27 -	make &&
    1.28 -	make DESTDIR=$DESTDIR 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* $fs/usr/lib/claws-mail/plugins/
    1.36 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/
    1.37  }