[arch-commits] Commit in (4 files)

Daniel Isenmann daniel at archlinux.org
Thu Oct 15 21:43:16 UTC 2009


    Date: Thursday, October 15, 2009 @ 17:43:15
  Author: daniel
Revision: 55895

First step of completing the mono support

Added:
  gluezilla/
  gluezilla/repos/
  gluezilla/trunk/
  gluezilla/trunk/PKGBUILD

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

Added: gluezilla/trunk/PKGBUILD
===================================================================
--- gluezilla/trunk/PKGBUILD	                        (rev 0)
+++ gluezilla/trunk/PKGBUILD	2009-10-15 21:43:15 UTC (rev 55895)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=gluezilla
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Web browser implementation (Gecko) for Mono, the free .NET runtime"
+arch=(i686 x86_64)
+license=('LGPL2' 'MPL')
+url="http://www.mono-project.com/"
+depends=('mono' 'xulrunner>=1.9')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d57152fe2d9f54ebb65a3f99986e90eb')
+
+build() {
+  cd ${srcdir}/gluezilla-${pkgver}
+
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+
+}
+




More information about the arch-commits mailing list