summaryrefslogtreecommitdiff
path: root/extra/mono
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-15 01:56:07 -0700
committerroot <root@rshg054.dnsready.net>2013-09-15 01:56:07 -0700
commitc779760082085ee8f0e33d528811450e260867e0 (patch)
tree826e201cf8f1c37ff4b1420905fe253851fb04ea /extra/mono
parent4037e15db64f7056ae2222c22605b41d95d5b3c3 (diff)
Sun Sep 15 01:54:13 PDT 2013
Diffstat (limited to 'extra/mono')
-rw-r--r--extra/mono/PKGBUILD17
-rw-r--r--extra/mono/mono.install7
2 files changed, 17 insertions, 7 deletions
diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD
index c2ae4e353..0f70626e5 100644
--- a/extra/mono/PKGBUILD
+++ b/extra/mono/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 194244 2013-09-11 08:25:23Z bpiotrowski $
+# $Id: PKGBUILD 194343 2013-09-13 22:42:57Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Brice Carpentier <brice@dlfp.org>
pkgname=mono
-pkgver=3.0.12
+pkgver=3.2.1
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
@@ -14,15 +14,18 @@ makedepends=('pkgconfig')
options=('!libtool' '!makeflags')
provides=('monodoc')
conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
- mono.binfmt.d)
-md5sums=('7833809f5ddac1b8c605d4d26789987b'
- 'b9ef8a65fea497acf176cca16c1e2402')
+install=mono.install
+source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+ mono.binfmt.d
+ mono.install)
+md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
+ 'b9ef8a65fea497acf176cca16c1e2402'
+ 'ca1108e9638b01c26453ee663592a4e5')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
# build mono
- ./configure --prefix=/usr --sysconfdir=/etc
+ ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin --sbindir=/usr/bin
make
# build jay
diff --git a/extra/mono/mono.install b/extra/mono/mono.install
new file mode 100644
index 000000000..6a57c2a70
--- /dev/null
+++ b/extra/mono/mono.install
@@ -0,0 +1,7 @@
+post_install() {
+ln -sf /bin/mono-sgen /bin/mono
+}
+
+post_upgrade() {
+post_install
+}