wok annotate claws-mail-addresskeeper/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 184d4c3f1a4a
children 95f0c340fe01
rev   line source
erjo@13442 1 # SliTaz package receipt.
erjo@13442 2
erjo@13442 3 PACKAGE="claws-mail-addresskeeper"
erjo@13442 4 VERSION="1.0.6"
erjo@13442 5 CATEGORY="network"
erjo@13442 6 SHORT_DESC="Keeps all recipient addresses in an addressbook folder. "
erjo@13442 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@13442 9 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13442 10 SOURCE="address_keeper"
erjo@13442 11 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13442 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13442 13
erjo@13442 14 DEPENDS="claws-mail"
erjo@13442 15 BUILD_DEPENDS="claws-mail-dev"
erjo@13442 16
erjo@13442 17 # Rules to configure and make the package.
erjo@13442 18 compile_rules()
erjo@13442 19 {
erjo@13442 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@13442 21 }
erjo@13442 22
erjo@13442 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13442 24 genpkg_rules()
erjo@13442 25 {
erjo@13442 26 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13442 27 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13442 28 $fs/usr/lib/claws-mail/plugins
erjo@13442 29 }