wok view claws-mail-attremover/receipt @ rev 15656

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