gecko-sharp1 stable port information

Info3: <<
Package: gecko-sharp1%type_pkg[gecko]
Version: 0.6
Revision: 1033
Architecture: i386, powerpc
Distribution: (%type_raw[gecko] = -firefox3) 10.5, (%type_raw[gecko] = -firefox3) 10.6
Description: Mozilla browser C# bindings
Type: gecko (-firefox3 -firefox2 -seamonkey)
License: OSI-Approved
Maintainer: Benjamin Reed

Depends: <<
(%type_raw[gecko] = -firefox3) firefox3-shlibs,
(%type_raw[gecko] = -firefox2) firefox2-shlibs,
(%type_raw[gecko] = -seamonkey) seamonkey-shlibs (>= 1.1.5-2),
gtk-sharp (>= 1.0.10-11),
mono (>= 2.6.1-1)
<<
BuildDepends: <<
cairo,
(%type_raw[gecko] = -firefox3) firefox3-dev,
(%type_raw[gecko] = -firefox2) firefox2-dev,
(%type_raw[gecko] = -seamonkey) seamonkey-dev (>= 1.1.5-2),
atk1 (>= 1.26.0-1),
glib2-dev (>= 2.18.4-1),
glitz,
gtk+2-dev (>= 2.14.7-1),
gtk-sharp (>= 1.0.10-11),
mono-dev (>= 2.6.1-1),
monodoc (>= 2.0-1),
pango1-xft2-ft219-dev (>= 1.24.0-1),
pkgconfig (>= 0.23-1)
<<
Conflicts: gecko-sharp1 (<< 0.6-4)
Replaces: gecko-sharp1

Source: http://ftp.novell.com/pub/mono/sources/gecko-sharp/gecko-sharp-%v.tar.gz
Source-MD5: 9ce9bb08125f7c7eecf8bd696a3345bd
PatchScript: perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure

ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking lt_cv_sys_max_cmd_len=65536 PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig"
CompileScript: <<
#!/bin/sh -ex

if [ "%type_raw[gecko]" == "-firefox3" ]; then
MOZILLA_FLAGS="--with-mozilla-headers=%p/include/firefox3 --with-mozilla-libs=%p/lib/firefox3"
elif [ "%type_raw[gecko]" == "-firefox2" ]; then
MOZILLA_FLAGS="--with-mozilla-headers=%p/include/firefox2 --with-mozilla-libs=%p/lib/firefox2"
else
MOZILLA_FLAGS="--with-mozilla-headers=%p/include/seamonkey --with-mozilla-libs=%p/lib/seamonkey"
fi
./configure %c $MOZILLA_FLAGS
make
<<

InstallScript: <<
#!/bin/sh -ex

export MONO_PATH="%i/lib:$MONO_PATH"
MAKEFLAGS=-j1 make install DESTDIR=%d

for file in `find %i/lib -name gecko-sharp\*.config`; do
FFLIB=`echo %type_raw[gecko] | sed -e 's,^-,,'`
cat <$file







END
done
<<
DocFiles: AUTHORS COPYING* ChangeLog INSTALL LICENSE* NEWS README

Homepage: http://www.mono-project.com/
DescDetail: <<
This package provides .NET assemblies that allow .NET / C#
programs to embed the Mozilla browser.
<<
<<