[arch-commits] Commit in (4 files)

daniel at archlinux.org daniel at archlinux.org
Mon Oct 13 17:08:32 UTC 2008


    Date: Monday, October 13, 2008 @ 13:08:31
  Author: daniel
Revision: 15400

Mono 2.0 release

Added:
  mono-debugger/
  mono-debugger/repos/
  mono-debugger/trunk/
  mono-debugger/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: mono-debugger/trunk/PKGBUILD
===================================================================
--- mono-debugger/trunk/PKGBUILD	                        (rev 0)
+++ mono-debugger/trunk/PKGBUILD	2008-10-13 17:08:31 UTC (rev 15400)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=mono-debugger
+pkgver=2.0
+pkgrel=1
+pkgdesc="The Mono Debugger"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.mono-project.com/"
+depends=('mono>=2.0')
+makedepends=('pkgconfig')
+source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8be8e757af20c9a10cf25f69737c2b96')
+
+build() {
+  # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR=${startdir}/src/weird
+  mkdir -p "${MONO_SHARED_DIR}"
+  # build mono debugger
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}




More information about the arch-commits mailing list