wok-current diff claws-mail/receipt @ rev 15534
Up: libfirefox (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:36:10 2013 +0100 (2013-11-24) |
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 Sun Nov 24 17:36:10 2013 +0100 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 }