diff options
Diffstat (limited to 'extra/mono/Pkgfile')
-rw-r--r-- | extra/mono/Pkgfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/mono/Pkgfile b/extra/mono/Pkgfile deleted file mode 100644 index c112d3fe7..000000000 --- a/extra/mono/Pkgfile +++ /dev/null @@ -1,26 +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: libtool, glib -# Run on: glib - -name=mono -version=2.8 -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 -} - |