[arch-commits] Commit in (mod_fastcgi mod_fastcgi/trunk mod_fastcgi/trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Aug 31 11:00:36 UTC 2009


    Date: Monday, August 31, 2009 @ 11:00:35
  Author: jgc
Revision: 50685

Add new package: mod_fastcgi, this will be used on the archlinux.org webserver

Added:
  mod_fastcgi/
  mod_fastcgi/trunk/
  mod_fastcgi/trunk/PKGBUILD

+

Added: mod_fastcgi/trunk/PKGBUILD
===================================================================
--- mod_fastcgi/trunk/PKGBUILD	                        (rev 0)
+++ mod_fastcgi/trunk/PKGBUILD	2009-08-31 11:00:35 UTC (rev 50685)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mod_fastcgi
+pkgver=2.4.6
+pkgrel=1
+pkgdesc=""
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.fastcgi.com/"
+depends=('apache')
+options=('!libtool')
+source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a21a613dd5dacf4c8ad88c8550294fed')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cp Makefile.AP2 Makefile
+  make top_dir=/usr/lib/httpd || return 1
+  make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install || return 1
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 docs/LICENSE.TERMS "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+}




More information about the arch-commits mailing list