mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
parent
dd9c6c8b22
commit
5c00569a61
3 changed files with 15 additions and 15 deletions
1
srcpkgs/mono-devel
Symbolic link
1
srcpkgs/mono-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
mono
|
|
@ -1,11 +0,0 @@
|
||||||
--- mono/mini/exceptions-arm.c 2015-05-08 17:22:57.000000000 +0200
|
|
||||||
+++ mono/mini/exceptions-arm.c 2016-08-10 17:29:35.856372222 +0200
|
|
||||||
@@ -15,7 +15,9 @@
|
|
||||||
|
|
||||||
#ifndef MONO_CROSS_COMPILE
|
|
||||||
#ifdef HAVE_ASM_SIGCONTEXT_H
|
|
||||||
+#if defined(__GLIBC__)
|
|
||||||
#include <asm/sigcontext.h>
|
|
||||||
+#endif
|
|
||||||
#endif /* def HAVE_ASM_SIGCONTEXT_H */
|
|
||||||
#endif
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'mono'
|
# Template file for 'mono'
|
||||||
pkgname=mono
|
pkgname=mono
|
||||||
version=4.6.2.16
|
version=4.8.0.495
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mono-${version%.*}"
|
wrksrc="mono-${version%.*}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-system-aot"
|
configure_args="--disable-system-aot"
|
||||||
# XXX: figure out how to split this up into subpkgs.
|
# XXX: figure out how to split this up into subpkgs.
|
||||||
hostmakedepends="automake libtool perl python"
|
hostmakedepends="automake libtool perl python cmake"
|
||||||
makedepends="zlib-devel libX11-devel libgdiplus-devel"
|
makedepends="zlib-devel libX11-devel libgdiplus-devel"
|
||||||
depends="ca-certificates python"
|
depends="ca-certificates python"
|
||||||
short_desc="Free implementation of the .NET platform including runtime and compiler"
|
short_desc="Free implementation of the .NET platform including runtime and compiler"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.mono-project.com"
|
homepage="http://www.mono-project.com"
|
||||||
license="MIT, 3-clause-BSD, GPL-2, LGPL-2, MPL-1.1"
|
license="MIT, 3-clause-BSD, GPL-2, LGPL-2, MPL-1.1"
|
||||||
distfiles="http://download.mono-project.com/sources/mono/$pkgname-$version.tar.bz2"
|
distfiles="http://download.mono-project.com/sources/mono/$pkgname-$version.tar.bz2"
|
||||||
checksum=8965d107f4ebf4583ba1b50e0dcad39f0dc6adac8df7a083e9c5879ad93c0ea4
|
checksum="7ba62e6f42559d58dc447a19fc1cb2a9c7977d6c6e21e1e335f73917dea120cb"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) configure_args+=" --disable-boehm --without-sigaltstack" ;;
|
*-musl) configure_args+=" --disable-boehm --without-sigaltstack" ;;
|
||||||
|
@ -28,3 +28,13 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mono-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue