Date: Thursday, February 27, 2014 @ 06:47:22 Author: anatolik Revision: 106297
mod_itk: add module that was previously part of apache 2.2 Added: mod_itk/ mod_itk/repos/ mod_itk/trunk/ mod_itk/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Added: mod_itk/trunk/PKGBUILD =================================================================== --- mod_itk/trunk/PKGBUILD (rev 0) +++ mod_itk/trunk/PKGBUILD 2014-02-27 05:47:22 UTC (rev 106297) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Anatol Pomozov <[email protected]> + +_version=2.4.7-01 +pkgname=mod_itk +pkgver=${_version//-/.r} +pkgrel=1 +pkgdesc='Apache module that allows you to run each of your vhost under a separate uid and gid' +arch=(i686 x86_64) +url='http://mpm-itk.sesse.net/' +license=(APACHE) +depends=(apache) +source=(http://mpm-itk.sesse.net/mpm-itk-$_version.tar.gz) +sha256sums=('7cd2f6c08ff3872c472a88794161a6bbe9d7166eb3f6ffda4d1b5239f6d39004') + +build() { + cd mpm-itk-$_version + ./configure --prefix=/usr + make +} + +package() { + cd mpm-itk-$_version + install -D -m755 .libs/mpm_itk.so "$pkgdir/usr/lib/httpd/modules/mpm_itk.so" +} Property changes on: mod_itk/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
