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

Anatol Pomozov anatolik at nymeria.archlinux.org
Thu Feb 27 16:42:07 UTC 2014


    Date: Thursday, February 27, 2014 @ 17:42:07
  Author: anatolik
Revision: 206482

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

Added:
  mod_fcgid/repos/staging-i686/
  mod_fcgid/repos/staging-i686/PKGBUILD
    (from rev 206481, mod_fcgid/trunk/PKGBUILD)
  mod_fcgid/repos/staging-x86_64/
  mod_fcgid/repos/staging-x86_64/PKGBUILD
    (from rev 206481, mod_fcgid/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: mod_fcgid/repos/staging-i686/PKGBUILD (from rev 206481, mod_fcgid/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-02-27 16:42:07 UTC (rev 206482)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mod_fcgid
+pkgver=2.3.9
+pkgrel=2
+pkgdesc="A FastCGI module for Apache HTTP Server."
+license=('APACHE')
+arch=('i686' 'x86_64')
+url="http://httpd.apache.org/mod_fcgid/"
+depends=('apache')
+source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc})
+sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure.apxs 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/etc"
+}

Copied: mod_fcgid/repos/staging-x86_64/PKGBUILD (from rev 206481, mod_fcgid/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-02-27 16:42:07 UTC (rev 206482)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mod_fcgid
+pkgver=2.3.9
+pkgrel=2
+pkgdesc="A FastCGI module for Apache HTTP Server."
+license=('APACHE')
+arch=('i686' 'x86_64')
+url="http://httpd.apache.org/mod_fcgid/"
+depends=('apache')
+source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc})
+sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure.apxs 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/etc"
+}




More information about the arch-commits mailing list