wok rev 11660

Add; xfe-extras
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 12 22:40:38 2012 +0100 (2012-02-12)
parents 9b07ff23fcc3
children 454aa4b3b45c
files xfe-extras/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfe-extras/receipt	Sun Feb 12 22:40:38 2012 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfe-extras"
     1.7 +VERSION="1.32.4"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Xfe File manager tools."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://roland65.free.fr/xfe/"
    1.13 +WANTED="xfe"
    1.14 +
    1.15 +DEPENDS="xfe"
    1.16 +BUILD_DEPENDS=""
    1.17 +
    1.18 +GENERIKC_MENUS="no"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr/bin \
    1.24 +		$fs/usr/share/applications \
    1.25 +		$fs/usr/share/icons 
    1.26 +
    1.27 +		cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin
    1.28 +		cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications
    1.29 +		cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons
    1.30 +}