wok diff liferea/receipt @ rev 15659

c_icap: do not start daemon while cooking
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 12 07:48:19 2013 +0000 (2013-12-12)
parents 977fcec7f161
children c00427f1c134
line diff
     1.1 --- a/liferea/receipt	Sun Feb 24 09:11:52 2013 +0100
     1.2 +++ b/liferea/receipt	Thu Dec 12 07:48:19 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://liferea.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/project/$PACKAGE/Liferea%20Stable/$VERSION/$TARBALL"
    1.11 @@ -32,11 +33,11 @@
    1.12  	mkdir -p $fs/usr/share/applications
    1.13  	mkdir $fs/usr/share/liferea
    1.14  	mkdir -p $fs/etc
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/etc/gconf $fs/etc
    1.17 -	cp -a $_pkg/usr/share/applications $fs/usr/share/
    1.18 -	cp -a $_pkg/usr/share/icons $fs/usr/share/
    1.19 -	cp -a $_pkg/usr/share/liferea $fs/usr/share/
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21 +	cp -a $install/usr/etc/gconf $fs/etc
    1.22 +	cp -a $install/usr/share/applications $fs/usr/share/
    1.23 +	cp -a $install/usr/share/icons $fs/usr/share/
    1.24 +	cp -a $install/usr/share/liferea $fs/usr/share/
    1.25  	for locale in $LOCALES; do
    1.26  		cp -a $install/usr/share/locale/$locale $fs/usr/share/locale
    1.27  	done