summaryrefslogtreecommitdiffstats
path: root/base/mono
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-08 19:23:37 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-08 19:23:37 +0200
commit08498fdced45e35fa69a91359ac079fb67b1e974 (patch)
treef35e127a02bb85e3a18d395e9546bb187317c0a9 /base/mono
parent451b5255b071b7711d2716606a2c0da36c0411a5 (diff)
downloadnutyx-extra-08498fdced45e35fa69a91359ac079fb67b1e974.tar.gz
nutyx-extra-08498fdced45e35fa69a91359ac079fb67b1e974.tar.bz2
nutyx-extra-08498fdced45e35fa69a91359ac079fb67b1e974.tar.xz
nutyx-extra-08498fdced45e35fa69a91359ac079fb67b1e974.zip
Ajout de mono#2.4-1
Diffstat (limited to 'base/mono')
-rw-r--r--base/mono/Pkgfile24
1 files changed, 24 insertions, 0 deletions
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
+}