wok-current diff claws-mail-addresskeeper/receipt @ rev 16941
gnucash: fix typo
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jul 24 02:22:52 2014 +0000 (2014-07-24) |
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 Thu Jul 24 02:22:52 2014 +0000 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 }