diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
commit | 8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch) | |
tree | f27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /base/mono | |
parent | ada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff) | |
download | nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2 nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip |
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'base/mono')
-rw-r--r-- | base/mono/Pkgfile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/base/mono/Pkgfile b/base/mono/Pkgfile deleted file mode 100644 index c1ad06d42..000000000 --- a/base/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: - -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 -} |