wok diff claws-mail/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents fdea92a66d45
children 95f0c340fe01
line diff
     1.1 --- a/claws-mail/receipt	Sun Oct 07 01:15:34 2012 +0200
     1.2 +++ b/claws-mail/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="The user-firendly, lightweight and fast email client"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.claws-mail.org/index.php"
    1.10  WGET_URL="$SF_MIRROR/sylpheed-claws/$TARBALL"
    1.11 @@ -36,6 +37,6 @@
    1.12  {
    1.13  	mkdir -p $fs/usr/share \
    1.14  		$fs/usr/lib/$PACKAGE/plugins
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/share/icons $fs/usr/share
    1.19  }