wok view claws-mail-tnefparse/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 10562ff92dda
children 95f0c340fe01
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-tnefparse"
4 VERSION="0.3.13"
5 CATEGORY="network"
6 SHORT_DESC="Enables Claws Mail reading application/ms-tnef attachments."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.claws-mail.org/plugins.php"
10 SOURCE="tnef_parse"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
14 DEPENDS="claws-mail "
15 BUILD_DEPENDS="claws-mail-dev python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib/claws-mail/plugins
27 cp -a $install/usr/lib/claws-mail/plugins/*.so \
28 $fs/usr/lib/claws-mail/plugins
29 }