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

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 13:21:20 2013 +0000 (2013-12-05)
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 }