summaryrefslogtreecommitdiff
path: root/extra/mono
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-11 00:35:42 -0700
committerroot <root@rshg054.dnsready.net>2012-10-11 00:35:42 -0700
commitdd7c17a54a4b6e2f08376a1afa8e75de661cc3d4 (patch)
treea9ccc072c17ea4a3f2fbdfa6c82c017a102839ad /extra/mono
parent769ba4645df3c2f793bc2d3ee245573b79b206d3 (diff)
Thu Oct 11 00:35:41 PDT 2012
Diffstat (limited to 'extra/mono')
-rw-r--r--extra/mono/PKGBUILD15
-rw-r--r--extra/mono/mono.binfmt.d1
2 files changed, 8 insertions, 8 deletions
diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD
index 9a83fc925..de3dcfc85 100644
--- a/extra/mono/PKGBUILD
+++ b/extra/mono/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 145729 2011-12-29 13:13:45Z daniel $
+# $Id: PKGBUILD 168399 2012-10-10 22:19:40Z tomegun $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Brice Carpentier <brice@dlfp.org>
pkgname=mono
pkgver=2.10.8
-pkgrel=1
+pkgrel=2
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
@@ -15,9 +15,7 @@ options=('!libtool' '!makeflags')
provides=('monodoc')
conflicts=('monodoc')
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz
- mono.rc.d)
-md5sums=('411a2d9bcfc37a61eb9aedba88b40533'
- '8315e46c6a6e9625502521fc0ad1a322')
+ mono.binfmt.d)
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -40,9 +38,8 @@ package() {
make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
cd ${srcdir}/${pkgname}-${pkgver}
- # install daemons and pathes
- mkdir -p ${pkgdir}/etc/rc.d
- install -m755 ${srcdir}/mono.rc.d ${pkgdir}/etc/rc.d/mono
+ # install binfmt conf file and pathes
+ install -D -m644 ${srcdir}/mono.binfmt.d ${pkgdir}/usr/lib/binfmt.d/mono.conf
#install license
mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
@@ -51,3 +48,5 @@ package() {
#fix .pc file to be able to request mono on what it depends, fixes #go-oo build
sed -i -e "s:#Requires:Requires:" ${pkgdir}/usr/lib/pkgconfig/mono.pc
}
+md5sums=('411a2d9bcfc37a61eb9aedba88b40533'
+ 'b9ef8a65fea497acf176cca16c1e2402')
diff --git a/extra/mono/mono.binfmt.d b/extra/mono/mono.binfmt.d
new file mode 100644
index 000000000..3075b0dc5
--- /dev/null
+++ b/extra/mono/mono.binfmt.d
@@ -0,0 +1 @@
+:CLR:M::MZ::/usr/bin/mono: