wok diff gyrus/receipt @ rev 16934

Add mailsync
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 21 15:17:30 2014 +0200 (2014-07-21)
parents 1ae5963f23df
children 17e313b5b9c1
line diff
     1.1 --- a/gyrus/receipt	Wed Aug 14 18:02:00 2013 +0000
     1.2 +++ b/gyrus/receipt	Mon Jul 21 15:17:30 2014 +0200
     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  }