wok annotate 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
rev   line source
pankso@2782 1 # SliTaz package receipt.
pankso@2782 2
pankso@2782 3 PACKAGE="xfi"
Hans-G?nter@23748 4 VERSION="1.43.2"
pankso@2782 5 CATEGORY="x-window"
pankso@2782 6 SHORT_DESC="X File Image viewer using the Fox Toolkit."
pankso@2782 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pankso@2782 9 WEB_SITE="http://roland65.free.fr/xfe/"
pankso@2782 10
pascal@15068 11 DEPENDS="fox"
Hans-G?nter@23748 12 WANTED="xfe"
Hans-G?nter@23748 13 LOCALE=""
pascal@15068 14
pankso@2782 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2782 16 genpkg_rules()
pankso@2782 17 {
Hans-G?nter@23748 18 for i in /usr/bin /usr/share/pixmaps /usr/share/applications
Hans-G?nter@23748 19 do
pascal@20596 20 mkdir -p $fs$i
Hans-G?nter@23748 21 cp -a $install$i/$PACKAGE* $fs$i
Hans-G?nter@23748 22 done
pankso@2782 23 }