diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 21:01:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 21:01:23 +0100 |
commit | f4bea1514ecf9029ca00036d089458cebfebfd21 (patch) | |
tree | e663c40b8e85fca3da579b642d265019ef81c775 /test/mono | |
parent | f3efc0b5bd83c430a76ef80ecfdebac816888143 (diff) | |
download | nutyx-pakxe-f4bea1514ecf9029ca00036d089458cebfebfd21.tar.gz nutyx-pakxe-f4bea1514ecf9029ca00036d089458cebfebfd21.tar.bz2 nutyx-pakxe-f4bea1514ecf9029ca00036d089458cebfebfd21.tar.xz nutyx-pakxe-f4bea1514ecf9029ca00036d089458cebfebfd21.zip |
mono dans test
Diffstat (limited to 'test/mono')
-rw-r--r-- | test/mono/.md5sum | 1 | ||||
-rw-r--r-- | test/mono/Pkgfile | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/test/mono/.md5sum b/test/mono/.md5sum new file mode 100644 index 000000000..39991bcab --- /dev/null +++ b/test/mono/.md5sum @@ -0,0 +1 @@ +da2bf1c0aba2958d26c5e8a9a49fd9d1 mono-2.4.tar.bz2 diff --git a/test/mono/Pkgfile b/test/mono/Pkgfile new file mode 100644 index 000000000..1064034f5 --- /dev/null +++ b/test/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: glib + +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 +} |