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

Anatol Pomozov anatolik at nymeria.archlinux.org
Fri Feb 28 23:26:07 UTC 2014


    Date: Saturday, March 1, 2014 @ 00:26:07
  Author: anatolik
Revision: 206504

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

Added:
  mod_mono/repos/staging-i686/
  mod_mono/repos/staging-i686/PKGBUILD
    (from rev 206503, mod_mono/trunk/PKGBUILD)
  mod_mono/repos/staging-x86_64/
  mod_mono/repos/staging-x86_64/PKGBUILD
    (from rev 206503, mod_mono/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: mod_mono/repos/staging-i686/PKGBUILD (from rev 206503, mod_mono/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-02-28 23:26:07 UTC (rev 206504)
@@ -0,0 +1,30 @@
+# $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/staging-x86_64/PKGBUILD (from rev 206503, mod_mono/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-02-28 23:26:07 UTC (rev 206504)
@@ -0,0 +1,30 @@
+# $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
+}




More information about the arch-commits mailing list