[arch-commits] Commit in mod_mono/repos (4 files)

Daniel Isenmann daniel at archlinux.org
Mon Oct 6 21:26:33 UTC 2014


    Date: Monday, October 6, 2014 @ 23:26:33
  Author: daniel
Revision: 223939

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mod_mono/repos/extra-i686/PKGBUILD
    (from rev 223938, mod_mono/trunk/PKGBUILD)
  mod_mono/repos/extra-x86_64/PKGBUILD
    (from rev 223938, mod_mono/trunk/PKGBUILD)
Deleted:
  mod_mono/repos/extra-i686/PKGBUILD
  mod_mono/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   56 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   30 -------------------------
 extra-x86_64/PKGBUILD |   30 -------------------------
 3 files changed, 56 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-10-06 21:26:27 UTC (rev 223938)
+++ extra-i686/PKGBUILD	2014-10-06 21:26:33 UTC (rev 223939)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=mod_mono
-pkgver=2.10
-pkgrel=4
-pkgdesc="The mono module to make ASP.NET running on top of apache"
-arch=('i686' 'x86_64')
-url="http://www.go-mono.com"
-license=('APACHE')
-depends=('apache' 'xsp')
-_sha1=6b73e850920865b8f6a16f232e555c71ec1cd26a
-# There is some unreleased support for Apache2.4 in official github repo
-source=(https://github.com/mono/mod_mono/archive/$_sha1.zip)
-md5sums=('2ff278fb418a8eecb275846a05fbfcf1')
-
-build() {
-  cd ${pkgname}-${_sha1}
-  ./autogen.sh 
-  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
-    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \
-    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
-  make
-}
-
-package() {
-  cd ${pkgname}-${_sha1}
-  make DESTDIR="${pkgdir}" install
-}

Copied: mod_mono/repos/extra-i686/PKGBUILD (from rev 223938, mod_mono/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-10-06 21:26:33 UTC (rev 223939)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=mod_mono
+pkgver=3.8
+pkgrel=1
+pkgdesc="The mono module to make ASP.NET running on top of apache"
+arch=('i686' 'x86_64')
+url="http://www.go-mono.com"
+license=('APACHE')
+source=(http://download.mono-project.com/sources/mod_mono/${pkgname}-${pkgver}.tar.gz)
+depends=('apache' 'xsp')
+md5sums=('f25198bb2dce0448c26977170c5a5602')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
+    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \
+    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-10-06 21:26:27 UTC (rev 223938)
+++ extra-x86_64/PKGBUILD	2014-10-06 21:26:33 UTC (rev 223939)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=mod_mono
-pkgver=2.10
-pkgrel=4
-pkgdesc="The mono module to make ASP.NET running on top of apache"
-arch=('i686' 'x86_64')
-url="http://www.go-mono.com"
-license=('APACHE')
-depends=('apache' 'xsp')
-_sha1=6b73e850920865b8f6a16f232e555c71ec1cd26a
-# There is some unreleased support for Apache2.4 in official github repo
-source=(https://github.com/mono/mod_mono/archive/$_sha1.zip)
-md5sums=('2ff278fb418a8eecb275846a05fbfcf1')
-
-build() {
-  cd ${pkgname}-${_sha1}
-  ./autogen.sh 
-  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
-    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \
-    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
-  make
-}
-
-package() {
-  cd ${pkgname}-${_sha1}
-  make DESTDIR="${pkgdir}" install
-}

Copied: mod_mono/repos/extra-x86_64/PKGBUILD (from rev 223938, mod_mono/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-10-06 21:26:33 UTC (rev 223939)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=mod_mono
+pkgver=3.8
+pkgrel=1
+pkgdesc="The mono module to make ASP.NET running on top of apache"
+arch=('i686' 'x86_64')
+url="http://www.go-mono.com"
+license=('APACHE')
+source=(http://download.mono-project.com/sources/mod_mono/${pkgname}-${pkgver}.tar.gz)
+depends=('apache' 'xsp')
+md5sums=('f25198bb2dce0448c26977170c5a5602')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
+    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \
+    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list