wok diff xfce4-appfinder/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 73641efed1cc
children c880431ba50f
line diff
     1.1 --- a/xfce4-appfinder/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/xfce4-appfinder/receipt	Tue Sep 10 12:15:52 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Application  Finder"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.xfce.org"
    1.10  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -29,9 +30,9 @@
    1.12  {
    1.13  	mkdir -p $fs/usr/share/locale
    1.14  	
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.17 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.18 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.19 +	cp -a $install/usr/bin $fs/usr
    1.20 +	cp -a $install/usr/share/icons $fs/usr/share
    1.21 +	cp -a $install/usr/share/applications $fs/usr/share
    1.22 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.23  }
    1.24