wok annotate claws-mail-vcalendar/receipt @ rev 13106
Up: ardour to 2.8.12.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 26 18:39:56 2012 +0000 (2012-06-26) |
parents | 82c8391f7fd5 |
children | 06693cc296cf |
rev | line source |
---|---|
erjo@1321 | 1 # SliTaz package receipt. |
erjo@1321 | 2 |
erjo@1321 | 3 PACKAGE="claws-mail-vcalendar" |
slaxemulator@11081 | 4 VERSION="2.0.11" |
pascal@1423 | 5 CATEGORY="network" |
erjo@1321 | 6 SHORT_DESC="claws-mail plugin - vcalendar messages support." |
erjo@1321 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@1321 | 8 SOURCE="vcalendar" |
erjo@1321 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
erjo@1321 | 10 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" |
erjo@1321 | 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" |
erjo@1321 | 12 |
erjo@9940 | 13 DEPENDS="claws-mail curl xorg-libXdamage gnutls" |
erjo@9940 | 14 BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev enchant-dev" |
erjo@9940 | 15 |
erjo@1321 | 16 # Rules to configure and make the package. |
erjo@1321 | 17 compile_rules() |
erjo@1321 | 18 { |
erjo@1321 | 19 cd $src |
slaxemulator@10291 | 20 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@1480 | 21 make && |
erjo@9940 | 22 make DESTDIR=$DESTDIR install |
erjo@1321 | 23 } |
erjo@1321 | 24 |
erjo@1321 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1321 | 26 genpkg_rules() |
erjo@1321 | 27 { |
erjo@1321 | 28 mkdir -p $fs/usr/lib/claws-mail/plugins |
erjo@1321 | 29 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ |
erjo@1321 | 30 } |