wok diff claws-mail-addresskeeper/receipt @ rev 19115

tk, nano, htop, gawk: fix arm build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 07 15:28:14 2016 +0200 (2016-05-07)
parents 2b9f96603415
children 86790a278e70
line diff
     1.1 --- a/claws-mail-addresskeeper/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/claws-mail-addresskeeper/receipt	Sat May 07 15:28:14 2016 +0200
     1.3 @@ -1,29 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-addresskeeper"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="3.9.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Keeps all recipient addresses in an addressbook folder. "
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.14 -SOURCE="address_keeper"
    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 +DEPENDS="claws-mail"
    1.19  
    1.20 -DEPENDS="claws-mail"
    1.21 -BUILD_DEPENDS="claws-mail-dev"
    1.22 -
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	./configure $CONFIGURE_ARGS && make && make install
    1.27 -}
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  		mkdir -p $fs/usr/lib/claws-mail/plugins
    1.33 -		cp -a $install/usr/lib/claws-mail/plugins/*.so \
    1.34 +		cp -a $install/usr/lib/claws-mail/plugins/address_keeper.so \
    1.35  			$fs/usr/lib/claws-mail/plugins
    1.36  }