wok view claws-mail-vcalendar/receipt @ rev 8213

imported patch toolchain/uclibc-cross-compiler-i486.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents 760c69300343
children 094af656a8ff
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-vcalendar"
4 VERSION="2.0.8"
5 CATEGORY="network"
6 SHORT_DESC="claws-mail plugin - vcalendar messages support."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail curl xorg-libXdamage"
9 BUILD_DEPENDS="curl-dev claws-mail"
10 SOURCE="vcalendar"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib/claws-mail/plugins
29 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
30 }