wok diff gyrus/receipt @ rev 17522
slitaz-base-files: 2015
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 17 12:15:34 2015 +0100 (2015-01-17) |
parents | 1ae5963f23df |
children | 17e313b5b9c1 |
line diff
1.1 --- a/gyrus/receipt Wed Aug 14 18:02:00 2013 +0000 1.2 +++ b/gyrus/receipt Sat Jan 17 12:15:34 2015 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Small tool for the administration of mailboxes in IMAP/Cyrus servers." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://projects.gnome.org/gyrus/" 1.10 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL" 1.11 @@ -24,9 +25,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.17 - if ! grep ^Icon= $_pkg/usr/share/applications/gyrus.desktop; then 1.18 - echo 'Icon=web-browser' >> $_pkg/usr/share/applications/gyrus.desktop 1.19 + cp -a $install/usr/bin $fs/usr 1.20 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.21 + if ! grep ^Icon= $install/usr/share/applications/gyrus.desktop; then 1.22 + echo 'Icon=web-browser' >> $install/usr/share/applications/gyrus.desktop 1.23 fi 1.24 }