wok diff xfe-extras/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 2611e3a0ba21
children
line diff
     1.1 --- a/xfe-extras/receipt	Mon Jan 19 15:56:59 2015 -0500
     1.2 +++ b/xfe-extras/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,27 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfe-extras"
     1.7 -VERSION="1.40"
     1.8 +VERSION="1.43.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Xfe File manager tools."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://roland65.free.fr/xfe/"
    1.14 -WANTED="xfe"
    1.15  
    1.16  DEPENDS="xfe"
    1.17 -BUILD_DEPENDS=""
    1.18 +WANTED="xfe"
    1.19  
    1.20  GENERIC_MENUS="no"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/bin \
    1.26 -		$fs/usr/share/applications \
    1.27 -		$fs/usr/share/icons 
    1.28 +	mkdir -p $fs/usr/bin
    1.29 +	mkdir -p $fs/usr/share/applications
    1.30 +	mkdir -p $fs/usr/share/icons
    1.31  
    1.32 -		cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin
    1.33 -		cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications
    1.34 -		cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons
    1.35 +	cp -a $install/usr/bin/xf[i,v,p,w]			$fs/usr/bin
    1.36 +	cp -a $install/usr/share/applications/xf[i,v,p,w]*	$fs/usr/share/applications
    1.37 +	cp -a $src/xf[i,v,p,w].png				$fs/usr/share/icons
    1.38  }