summaryrefslogtreecommitdiffstats
path: root/extra/mono
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-24 23:53:02 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-24 23:53:02 +0100
commit8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch)
treef27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /extra/mono
parentada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff)
downloadnutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'extra/mono')
-rw-r--r--extra/mono/.md5sum1
-rw-r--r--extra/mono/Pkgfile24
2 files changed, 25 insertions, 0 deletions
diff --git a/extra/mono/.md5sum b/extra/mono/.md5sum
new file mode 100644
index 000000000..39991bcab
--- /dev/null
+++ b/extra/mono/.md5sum
@@ -0,0 +1 @@
+da2bf1c0aba2958d26c5e8a9a49fd9d1 mono-2.4.tar.bz2
diff --git a/extra/mono/Pkgfile b/extra/mono/Pkgfile
new file mode 100644
index 000000000..c1ad06d42
--- /dev/null
+++ b/extra/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
+}