wok diff xfi/receipt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents b21f0b31e0c2
children
line diff
     1.1 --- a/xfi/receipt	Sun Dec 16 11:41:49 2018 +0100
     1.2 +++ b/xfi/receipt	Mon Jun 13 19:39:39 2022 +0000
     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  }