#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gnome-sharp pkgver=2.24.2 pkgrel=1 zenver=72 arch=i486 source=(http://ftp.acc.umu.se/pub/gnome/sources/gnome-sharp/2.24/$pkgname-$pkgver.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.mono-project.com/GtkSharp extradepends=(mono,gtk-sharp2) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-sharp (.NET language binding for GNOME libraries)" "Gnome# is a .NET language binding for assorted GNOME libraries." "Gnome# is free software, licensed under the GNU LGPL." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix="/usr" \ --sysconfdir="/etc" \ --localstatedir="/var" \ --mandir="/usr/man" \ --infodir="/usr/info" \ --with-doc-dir="/usr/doc" \ --enable-static="no" \ --enable-shared="yes" find . -name "Makefile" -exec sed -i "s/-Wall/-Wall -O2 -march=i486 -mtune=i686/g" '{}' \; make || return 1 make DESTDIR=$startdir/pkg install }