#Maintainer: Maximus (maximuus[at]gmail[dot]com) pkgname=gecko-sharp pkgver=2.0.0.13 pkgrel=1 zenver=62 arch=i486 source=("http://ftp.novell.com/pub/mono/sources/gecko-sharp2/$pkgname-2.0-0.13.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/atticus/www/files/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news") url=http://www.mono-project.com/GeckoSharp extradepends=(xulrunner,mono) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gecko-sharp - a wrapper for the GtkEmbedMoz widget." "GeckoSharp is a wrapper for the GtkEmbedMoz widget. It provides the" "abilty to embed the Mozilla rendering engine (Gecko) into your Gtk#" "application." ) build() { cd $startdir/src/$pkgname-2.0-0.13 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg #make sure files that need to be executable are executable and files that do not, are not. cd $startdir/pkg find . -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x }