From 08498fdced45e35fa69a91359ac079fb67b1e974 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sat, 8 Aug 2009 19:23:37 +0200 Subject: Ajout de mono#2.4-1 --- base/mono/Pkgfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 base/mono/Pkgfile (limited to 'base/mono') diff --git a/base/mono/Pkgfile b/base/mono/Pkgfile new file mode 100644 index 000000000..c1ad06d42 --- /dev/null +++ b/base/mono/Pkgfile @@ -0,0 +1,24 @@ +# Description: Implémentation de .NET +# URL: http://www.mono-project.com/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=mono +version=2.4 +release=1 +source=(http://www.go-mono.com/sources/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --with-libgdiplus=installed --with-icu=no \ + --with-tls=pthread --with-jit=yes --with-preview=yes \ + --with-sigaltstack=yes,no --enable-nunit-tests + + make -j2 +# sed -i "/NO_INSTALL = yes/d" mcs/nunit20/nunit-console/Makefile + + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf