wok annotate claws-mail-attremover/receipt @ rev 15090

pinentry: add bdeps...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 21:20:52 2013 +0000 (2013-08-13)
parents 800291e731e3
children 95f0c340fe01
rev   line source
erjo@1321 1 # SliTaz package receipt.
erjo@1321 2
erjo@1321 3 PACKAGE="claws-mail-attremover"
erjo@13436 4 VERSION="1.0.14"
pascal@1423 5 CATEGORY="network"
erjo@1321 6 SHORT_DESC="claws-mail plugin - Remove attachments from emails."
erjo@1321 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@1321 9 SOURCE="att_remover"
erjo@1321 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@1321 11 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
erjo@1321 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@1321 13
pascal@14999 14 DEPENDS="claws-mail xorg-libXdamage"
pascal@14999 15 BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev"
pascal@14999 16
erjo@1321 17 # Rules to configure and make the package.
erjo@1321 18 compile_rules()
erjo@1321 19 {
erjo@1321 20 cd $src
erjo@1321 21 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@1480 22 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@1480 23 make &&
pascal@14999 24 make DESTDIR=$DESTDIR install
erjo@1321 25 }
erjo@1321 26
erjo@1321 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1321 28 genpkg_rules()
erjo@1321 29 {
erjo@1321 30 mkdir -p $fs/usr/lib/claws-mail/plugins
pascal@14999 31 cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
erjo@1321 32 }