wok diff 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
line diff
     1.1 --- a/claws-mail-vcalendar/receipt	Sun Oct 07 01:22:16 2012 +0200
     1.2 +++ b/claws-mail-vcalendar/receipt	Tue Sep 10 12:15:52 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="claws-mail plugin - vcalendar messages support."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  SOURCE="vcalendar"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    1.11 @@ -26,5 +27,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.15 -	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    1.16 +	cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    1.17  }