wok view xfi/receipt @ rev 15068

Up babl-dev, cookutils-daemon, frogatto-data, kmod-dev, libbonoboui-dev, libcomerr3, libcurl, libexo-dev, libpurple-dev, nagios-plugins-mysql, net6-dev, netatalk-dev, php-cups, pygobject-dev, remmina-dev, ruby-enterprise-doc, shutter-bug, ssfs-server, xfi, xfw, xine-fonts, xorg-server-Xvfb according the wanted their package versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 13:22:54 2013 +0000 (2013-08-13)
parents 380ffe05937a
children 809051a5c75a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfi"
4 VERSION="1.32.4"
5 CATEGORY="x-window"
6 SHORT_DESC="X File Image viewer using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="xfe"
10 WEB_SITE="http://roland65.free.fr/xfe/"
11 LOCALE=""
13 DEPENDS="fox"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
20 copy_generic_files
21 }