wok annotate claws-mail-vcalendar/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 06693cc296cf
children 95f0c340fe01
rev   line source
erjo@1321 1 # SliTaz package receipt.
erjo@1321 2
erjo@1321 3 PACKAGE="claws-mail-vcalendar"
erjo@13440 4 VERSION="2.0.13"
pascal@1423 5 CATEGORY="network"
erjo@1321 6 SHORT_DESC="claws-mail plugin - vcalendar messages support."
erjo@1321 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@1321 9 SOURCE="vcalendar"
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
erjo@9940 14 DEPENDS="claws-mail curl xorg-libXdamage gnutls"
erjo@9940 15 BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev enchant-dev"
erjo@9940 16
erjo@1321 17 # Rules to configure and make the package.
erjo@1321 18 compile_rules()
erjo@1321 19 {
erjo@1321 20 cd $src
slaxemulator@10291 21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@1480 22 make &&
erjo@9940 23 make DESTDIR=$DESTDIR install
erjo@1321 24 }
erjo@1321 25
erjo@1321 26 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1321 27 genpkg_rules()
erjo@1321 28 {
erjo@1321 29 mkdir -p $fs/usr/lib/claws-mail/plugins
pascal@14999 30 cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
erjo@1321 31 }