wok view xfi/receipt @ rev 5353

Up: qt-everywhere-opensource-src (4.6.2) - Renamed qt-x11-opensource-src to qt-everywhere-opensource-src. Updated WEBSITE and WGET_URL. Remove libQtOpenGL since its not in qt anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:29:16 2010 +0000 (2010-04-28)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfi"
4 VERSION="1.19.2"
5 CATEGORY="x-window"
6 SHORT_DESC="X File Image viewer using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fox"
9 WANTED="xfe"
10 WEB_SITE="http://roland65.free.fr/xfe/"
11 LOCALE=""
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
18 copy_generic_files
19 }