#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=mono pkgver=2.6.7 pkgrel=1rl #arch=noarch source=(http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.7.tar.bz2) # mono-2.x.configure.in.patch) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.mono-project.com/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Mono (Open Source implementation of the .NET Framework)" "Mono is a Open Source implementation of the .NET Framework: it" "is made up of a runtime engine that implements the ECMA Common" "Language Infrastructure (CLI), a set of compilers that target" "the CLI, and a large collection of class libraries." ) build() { cd $startdir/src/$pkgname-$pkgver # patch -p0 < $startdir/mono-2.x.configure.in.patch # autoreconf ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux --mandir=/usr/man \ --enable-shared=yes \ --enable-static=no make || return 1 make install DESTDIR=$startdir/pkg }