webkit-sharp stable port information

Info3: <<
Package: webkit-sharp
Version: 0.3
Revision: 1
Architecture: i386, powerpc
Description: C# Interface to WebKit
License: BSD
Maintainer: Benjamin Reed

Depends: mono (>= 2.6.1-1)
BuildDepends: <<
glib2-dev (>= 2.18.4-1),
gtk-sharp2 (>= 2.12.9-1),
mono-dev (>= 2.6.1-1)
<<

Source: http://ftp.novell.com/pub/mono/sources/%n/%n-%v.tar.bz2
Source-MD5: 21482f9d5eafb0ef4acc6e790482f934

UseMaxBuildJobs: false
ConfigureParams: WEBKIT_CFLAGS="-F/System/Library/Frameworks" WEBKIT_LIBS="-framework WebKit"

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

make -j1 install DESTDIR="%d"
find %i/lib/mono -name \*.config | xargs perl -pi -e 's,webkit-1.0.2.dylib,/System/Library/Frameworks/WebKit.framework/WebKit,g'

install -d -m 755 %i/share/doc/%N
install -c -m 644 samples/*.cs %i/share/doc/%N/
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README

Homepage: http://www.mono-project.com/
DescDetail: <<
WebKit is a web content engine, derived from KHTML and KJS
from KDE, and used primarily in Apple's Safari browser. It
is made to be embedded in other applications, such as mail
readers, or web browsers.

This package provides Mono bindings for WebKit libraries.
<<
<<