wok diff xfi/receipt @ rev 25020

updated openmpi and openmpi-dev (4.0.3 -> 4.1.3)
author Hans-G?nter Theisgen
date Wed May 18 08:05:48 2022 +0100 (2022-05-18)
parents b21f0b31e0c2
children
line diff
     1.1 --- a/xfi/receipt	Sun Dec 16 11:41:49 2018 +0100
     1.2 +++ b/xfi/receipt	Wed May 18 08:05:48 2022 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfi"
     1.7 -VERSION="1.40"
     1.8 +VERSION="1.43.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X File Image viewer using the Fox Toolkit."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WANTED="xfe"
    1.14  WEB_SITE="http://roland65.free.fr/xfe/"
    1.15 -LOCALE=""
    1.16  
    1.17  DEPENDS="fox"
    1.18 +WANTED="xfe"
    1.19 +LOCALE=""
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	for i in /usr/bin /usr/share/pixmaps /usr/share/applications; do
    1.25 +	for i in /usr/bin /usr/share/pixmaps /usr/share/applications
    1.26 +	  do
    1.27  		mkdir -p $fs$i
    1.28 -		cp -a $install$i/$PACKAGE* $fs$i
    1.29 -	done
    1.30 +		cp -a $install$i/$PACKAGE*	$fs$i
    1.31 +	  done
    1.32  }