[arch-commits] CVS update of extra/devel/mono (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 10 20:48:14 UTC 2007


    Date: Sunday, June 10, 2007 @ 16:48:14
  Author: jgc
    Path: /home/cvs-extra/extra/devel/mono

Modified: PKGBUILD (1.56 -> 1.57)

upgpkg: mono 1.2.4-1


----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)


Index: extra/devel/mono/PKGBUILD
diff -u extra/devel/mono/PKGBUILD:1.56 extra/devel/mono/PKGBUILD:1.57
--- extra/devel/mono/PKGBUILD:1.56	Tue Feb 20 19:20:28 2007
+++ extra/devel/mono/PKGBUILD	Sun Jun 10 16:48:14 2007
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD,v 1.56 2007/02/21 00:20:28 tobias Exp $
+# $Id: PKGBUILD,v 1.57 2007/06/10 20:48:14 jgc Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=1.2.3.1
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
 url="http://www.mono-project.com/"
-depends=('glib2' 'zlib' 'libgdiplus>=1.1.17')
-makedepends=('pkgconfig' 'pacman>=2.7.3')
-options=(NOLIBTOOL)
-source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz
+depends=('glib2' 'zlib' 'libgdiplus>=1.2.4')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.rc.d)
-md5sums=('4e4cdb6f98f1ea62bb1900f214c55e58' '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
  export MAKEFLAGS="-j1"
@@ -32,9 +31,8 @@
   make || return 1
   sed -i "/NO_INSTALL = yes/d" mcs/nunit20/nunit-console/Makefile
   make DESTDIR=${startdir}/pkg install
+
   # install daemons and pathes
   mkdir -p ${startdir}/pkg/etc/rc.d
   install -m755 ${startdir}/src/mono.rc.d $startdir/pkg/etc/rc.d/mono
-  # housecleaning
-  rm -rf "${MONO_SHARED_DIR}"
 }




More information about the arch-commits mailing list