#Packager: Rich Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=gtk-sharp pkgver=2.12.10 pkgrel=1r #arch=noarch source=(http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.10.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.mono-project.com/GtkSharp #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtk-sharp (GUI toolkit for mono)" "Gtk# is a Graphical User Interface Toolkit for mono and .Net. The" "project binds the gtk+ toolkit and assorted GNOME libraries, enabling" "fully native graphical Gnome application development using Mono and" ".Net development frameworks." "The website of Gtk# is http://www.mono-project.com/GtkSharp" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }