summaryrefslogtreecommitdiffstats
path: root/test/mono
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-02-28 08:01:28 +0100
committersibelle <lesibel@free.fr>2010-02-28 08:01:28 +0100
commita51266690da4df2e0ab59f0ce431f94b00abec90 (patch)
tree810f6a5e293a16ac149de2f18c6ca828ac6ac37d /test/mono
parent466934a7f2bd48b5ca7fe8112d17840811b2aa1e (diff)
parent598534eb2fc9fab1b4288194049d3e0ed81f7ca0 (diff)
downloadnutyx-extra-a51266690da4df2e0ab59f0ce431f94b00abec90.tar.gz
nutyx-extra-a51266690da4df2e0ab59f0ce431f94b00abec90.tar.bz2
nutyx-extra-a51266690da4df2e0ab59f0ce431f94b00abec90.tar.xz
nutyx-extra-a51266690da4df2e0ab59f0ce431f94b00abec90.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'test/mono')
-rw-r--r--test/mono/.md5sum1
-rw-r--r--test/mono/Pkgfile24
2 files changed, 0 insertions, 25 deletions
diff --git a/test/mono/.md5sum b/test/mono/.md5sum
deleted file mode 100644
index 39991bcab..000000000
--- a/test/mono/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-da2bf1c0aba2958d26c5e8a9a49fd9d1 mono-2.4.tar.bz2
diff --git a/test/mono/Pkgfile b/test/mono/Pkgfile
deleted file mode 100644
index 1064034f5..000000000
--- a/test/mono/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-}