[arch-commits] Commit in mono/trunk (PKGBUILD mono.install)

Daniel Isenmann daniel at nymeria.archlinux.org
Fri Sep 13 22:42:49 UTC 2013


    Date: Saturday, September 14, 2013 @ 00:42:48
  Author: daniel
Revision: 194342

upgpkg: mono 3.2.1-1

New upstream release

Added:
  mono/trunk/mono.install
Modified:
  mono/trunk/PKGBUILD

--------------+
 PKGBUILD     |   15 +++++++++------
 mono.install |    7 +++++++
 2 files changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-13 21:42:47 UTC (rev 194341)
+++ PKGBUILD	2013-09-13 22:42:48 UTC (rev 194342)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier <brice at 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 @@
 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

Added: mono.install
===================================================================
--- mono.install	                        (rev 0)
+++ mono.install	2013-09-13 22:42:48 UTC (rev 194342)
@@ -0,0 +1,7 @@
+post_install() {
+ln -sf /bin/mono-sgen /bin/mono
+}
+
+post_upgrade() {
+post_install
+} 




More information about the arch-commits mailing list