wok annotate claws-mail-vcalendar/receipt @ rev 20475
Typos in receipt variable names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 17 10:43:04 2018 +0200 (2018-10-17) |
parents | 95f0c340fe01 |
children | 75ca9eeaad71 |
rev | line source |
---|---|
erjo@1321 | 1 # SliTaz package receipt. |
erjo@1321 | 2 |
erjo@1321 | 3 PACKAGE="claws-mail-vcalendar" |
erjo@15705 | 4 VERSION="3.9.3" |
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" |
pascal@20421 | 9 WEB_SITE="https://www.claws-mail.org/plugins.php?section=downloads" |
erjo@15705 | 10 WANTED="claws-mail" |
erjo@1321 | 11 |
erjo@9940 | 12 DEPENDS="claws-mail curl xorg-libXdamage gnutls" |
erjo@9940 | 13 |
erjo@1321 | 14 |
erjo@1321 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1321 | 16 genpkg_rules() |
erjo@1321 | 17 { |
erjo@1321 | 18 mkdir -p $fs/usr/lib/claws-mail/plugins |
erjo@15705 | 19 cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/ |
erjo@1321 | 20 } |