paragui _unstable_ port information

Package: paragui
Version: 1.1.8
Revision: 1004
GCC: 4.0
Description: SDL-based themed GUI library
Source: mirror:custom:%n-%v.tar.gz
DocFiles: COPYING README README-ParaGUI.txt
Maintainer: Patrick Stein
HomePage: http://www.paragui.org/
License: BSD
BuildDepends: <<
libtool14 (>= 1.5.0-1), physfs (>= 1.0.0-2),
freetype219, expat1,
sdl (>= 1.2.13-1), sdl-image (>= 1.2.2-2),
libsigc++12 (>= 1.2.5-1003), libjpeg, libpng3, libtiff,
pkgconfig
<<
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: True
Source-MD5: 6741b8f704b47b2c6b62fef29759c89c
SetCPPFLAGS: -I%p/lib/freetype219/include -I%p/lib/freetype219/include/freetype2 -DEXPLICITLY_LINKING_SDL_IMAGE=1
SetLDFLAGS: -L%p/lib/freetype219/lib
ConfigureParams: --disable-sdltest freetype_config=%p/lib/freetype219/bin/freetype-config
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
SplitOff: <<
Package: %N-shlibs
Depends: <<
physfs-shlibs (>= 1.0.0-2),
freetype219-shlibs (>= 2.1.0-1), expat1-shlibs,
sdl-shlibs (>= 1.2.13-1), sdl-image-shlibs (>= 1.2.2-2),
libsigc++12-shlibs (>= 1.2.5-1003)
<<
Files: lib/lib%N-*.dylib share/paragui/*
Shlibs: %p/lib/lib%N-1.1.8.dylib 9.0.0 %n (>= 1.1.8-1004)
DocFiles: COPYING README README-ParaGUI.txt
<<
CustomMirror: <<
eur: http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/
Primary: http://savannah.nongnu.org/download/paragui/
<<
DescDetail: <<
ParaGUI is a cross-platform high-level application framework
and GUI (graphical user interface) library. It can be compiled
on various platforms (Linux, Win32, BeOS, MacOS, ...)

ParaGUI is based on the Simple DirectMedia Layer (SDL). ParaGUI
is targeted on crossplatform multimedia applications and embedded
devices operating on framebuffer displays.
<<
DescPort: <<
The libtool that comes with the distribution doesn't
handle Darwin very well. So, the patch file here
slaps in the stuff to get it to use %p/bin/glibtool
instead.

dynamically link SDL_image instead of dlopen()ing it at runtime

dmacks: Avoid non-portable `head` syntax, just hard-code the
correct linker flag for SDL_image

dmacks: Make sure local -I come before global (avoid seeing
already-installed version of this package).

dmacks: Nuke local -L flags (linking .la does the Right Thing)

dmacks: make sure lib links its dependent libs
<<