mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
aur/monkey add fastcgi plugin
This commit is contained in:
parent
8a2e2b3da5
commit
a6a6e25329
1 changed files with 3 additions and 2 deletions
|
@ -5,10 +5,11 @@
|
|||
# -added .service file for systemd
|
||||
# -changed default port to 80 (required by .service)
|
||||
# -changed pid file dir from /var/log to /var/run/monkey
|
||||
# -added fastcgi support
|
||||
|
||||
pkgname=monkey
|
||||
pkgver=1.1.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A very small and fast open source web server for Linux"
|
||||
arch=('arm')
|
||||
url="http://www.monkey-project.com/"
|
||||
|
@ -27,7 +28,7 @@ build() {
|
|||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc/$pkgname \
|
||||
--datadir=/srv/http --logdir=/var/log/$pkgname \
|
||||
--plugdir=/usr/lib/$pkgname
|
||||
--enable-plugins=fastcgi --plugdir=/usr/lib/$pkgname
|
||||
make
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
|
|
Loading…
Reference in a new issue