summaryrefslogtreecommitdiff
path: root/strata/apache-httpd-server/mod_wsgi.morph
blob: ef354a6c482eebce23a696d70cc83602ec3ea820 (plain)
1
2
3
4
5
6
7
8
9
10
name: mod_wsgi
kind: chunk
configure-commands:
- |
  ./configure --prefix="$PREFIX" \
              --with-apxs=/usr/bin/apxs
build-commands:
- make
install-commands:
- PREFIX="$PREFIX" DESTDIR="$DESTDIR" make install