updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / mod_qos / PKGBUILD
blob9cfb042efe60bdb7f6bf4db0beb4ba917e21886a
1 # Maintainer: Testuser_01 <arch@nico-siebler.de>
3 pkgname=mod_qos
4 pkgver=9.57
5 pkgrel=1
6 pkgdesc="mod_qos is a Quality-of-Service (QoS) module for the Apache HTTP server implementing control mechanisms that can provide different priority to different requests."
7 url="http://opensource.adnovum.ch/${pkgname}/"
8 arch=('any')
9 install=("${pkgname}.install")
10 license=('GPL')
11 depends=('apache>=2.2' 'openssl' 'pcre' 'mod_parp')
12 source=("http://downloads.sourceforge.net/project/mod-qos/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('6e9f7a5cf5710f9a12d1d3fb83423acb')
17 build() {
18         cd "${srcdir}" || return 1 
19         cd ${pkgname}-${pkgver}/apache2 || return 1
20         mkdir -p "${pkgdir}/usr/lib/httpd/modules/" || return 1
21         apxs -i -S LIBEXECDIR="${pkgdir}/usr/lib/httpd/modules/" -c "${pkgname}.c" || return 1