summaryrefslogtreecommitdiffstats
path: root/main/apache-mod-fcgid/APKBUILD
blob: d4c388d907d47845dda6e0e1feda1b906ff23024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=apache-mod-fcgid
pkgver=2.3.9
pkgrel=0
pkgdesc="FastCGI module for Apache 2.x"
url="http://httpd.apache.org/mod_fcgid/"
arch="all"
license="ASL 2.0"
depends=
makedepends="apache2-dev"
install=""
subpackages="$pkgname-doc"
source="http://mirror.switch.ch/mirror/apache/dist//httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz
        mod_fcgid.conf
        "

_builddir="$srcdir/mod_fcgid-$pkgver"
build() {
	cd "$_builddir"
	./configure.apxs || return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	mkdir "$pkgdir"/etc/apache2/conf.d/ || return 1
	install -m644 "$srcdir"/mod_fcgid.conf "$pkgdir"/etc/apache2/conf.d/ || return 1
}

md5sums="ece4c66f0c05d216fc96969fcf3d1add  mod_fcgid-2.3.9.tar.gz
df658a483cf016112d75bbd1d92d7fb0  mod_fcgid.conf"
sha256sums="1cbad345e3376b5d7c8f9a62b471edd7fa892695b90b79502f326b4692a679cf  mod_fcgid-2.3.9.tar.gz
df70a611fb6c262b27dfcb46721601395065a876e8f7fa603788af9e60586faf  mod_fcgid.conf"
sha512sums="cae8bf8ad324512a51e6f34cb32468ea49a17deaabd481f8b581444891656f2516f10d198630f92ebc18db3d575f61dd7254153938a8206fb6c1441c7850be63  mod_fcgid-2.3.9.tar.gz
13c6ab98bac1733f0e303c30b30ea3b4ecc54d0680c7b936099642143f37a3200237bce3a4f7ff55061af278dd20ba59b695056a7b98057fa1568f74799c8538  mod_fcgid.conf"