qiv stable port information

Package: qiv
Version: 2.2.3
Revision: 1
Source: http://spiegl.de/qiv/download/%n-%v.tgz
Source-MD5: f692f665ad429f13c732156351420850
Description: Quick image viewer
Depends: <<
cairo-shlibs (>= 1.8.8-3),
file-shlibs,
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
imlib2-shlibs,
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
x11
<<
BuildDepends: <<
cairo (>= 1.8.8-3),
file-dev,
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
glib2-dev (>= 2.22.0-1),
glitz,
gtk+2-dev (>= 2.18.0-1),
imlib2,
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
x11-dev
<<
CompileScript: <<
#!/bin/sh -ev
export PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
make all PREFIX=%p CC="gcc -MD"
fink-package-precedence --depfile-ext='\.d' .
<<
InstallScript: <<
mkdir -p %i/bin %i/share/man/man1
install -s -m 0755 qiv %i/bin
install -m 0644 qiv.1 %i/share/man/man1
gzip -9f %i/share/man/man1/qiv.1
<<
DocFiles: ChangeLog README README.COPYING README.TODO qiv-command.example
Maintainer: Daniel Macks
Homepage: http://spiegl.de/qiv/
License: GPL
DescDetail: <<
qiv is an image viewer developed with gdk/imlib.
As a result, qiv is faster than traditional image
viewers such as xv or xli.
<<
DescPort: <<
Make install includes a test which requires an x11 display; this is
inconvenient when building. So we copied the few simple install
commands into the InstallScript above. Also no harder than hacking
Makefile to fix paths
<<
DescPackaging: <<
Former Maintainer: Christopher League
<<