libgii0 stable port information

Package: libgii0
Version: 0.8.5
Revision: 11
Architecture: i386, powerpc
Maintainer: Ben Hines
#$Patch: %n.patch
Source: mirror:sourceforge:ggi/libgii-%v.src.tar.bz2
#Source: http://www.ggi-project.org/ftp/ggi/v2.0/libgii-%v.tar.bz2
Source-MD5: 1584ff2417198d413252a13ce4b6c80f
SourceDirectory: libgii-%v
BuildDepends: x11-dev
Depends: %N-shlibs (= %v-%r), x11
ConfigureParams: --mandir=%p/share/man --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-dependency-tracking
PatchScript: <<
perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
<<
InstallScript: <<
make install DESTDIR=%d
head -n 25 gg/misc.c >> LICENSE
<<
DocFiles: ChangeLog NEWS README FAQ LICENSE
SplitOff: <<
Package: %N-shlibs
Files: lib/libgg.*.dylib lib/libgii.*.dylib
Shlibs: <<
%p/lib/libgg.0.dylib 1.0.0 %n (>= 0.8.1-1)
%p/lib/libgii.0.dylib 1.0.0 %n (>= 0.8.1-1)
<<
DocFiles: ChangeLog NEWS README FAQ LICENSE
<<
SplitOff2: <<
Package: %N-dev
Depends: %N (= %v-%r)
Replaces: %N (<< 0.8.5-11)
BuildDependsOnly: true
Files: include lib
DocFiles: ChangeLog NEWS README FAQ LICENSE
<<
#
Description: Flexible library for input handling
DescDetail: <<
Input library developed by the GGI Project. Its design philosophy is
similar to LibGGI, which deals with graphics output.

LibGII is based on the concept of input streams, which virtualize access
to the underlying input drivers. Events from various input devices are
abstracted into easy-to-use structures. LibGII also allows the
application to join streams together, receiving input from an arbitrary
combination of devices.

LibGII is a separate component from LibGGI, although LibGGI depends on
LibGII for input purposes. (LibGGI's input functions are simply wrappers
for LibGII functions.)
<<
License: LGPL
Homepage: http://www.ggi-project.org