wok view claws-mail-archive/receipt @ rev 15189

Add memtest-serial (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 18:12:50 2013 +0000 (2013-08-25)
parents c5775237410d
children 95f0c340fe01
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-archive"
4 VERSION="0.6.12"
5 CATEGORY="network"
6 SHORT_DESC="claws-mail archiving features"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 SOURCE="archive"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.claws-mail.org"
12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
14 DEPENDS="claws-mail libarchive acl liblzma bzlib"
15 BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make && make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib/claws-mail/plugins \
30 $fs/usr/share/locale
32 cp -a $install/usr/lib/claws-mail/plugins/*.so* \
33 $fs/usr/lib/claws-mail/plugins
34 }