summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a0118b6cb86e64c63670d76c687c9aa670dc26a2 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Maintainer: Piotr Rogoża <rogoza dot piotr at gmail dot com>
# Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
# vim:set ts=2 sw=2 et ft=sh tw=100: expandtab

pkgname=spawn-fcgi-php
pkgver=1.2
pkgrel=2
pkgdesc="Script to provide simple cgi-php support for nginx http daemon"
arch=('any')
url='https://aur.archlinux.org/packages/spawn-fcgi-php/'
license=('GPL')
depends=('php-cgi' 'spawn-fcgi')
backup=('etc/conf.d/spawn-fcgi-php.conf')
source=(
  'spawn-fcgi-php.rc.d'
  'spawn-fcgi-php.conf'
  'spawn-fcgi-php.service'
  'spawn-fcgi-php.script'
  'server.conf.example'
  'nginx.conf.example'
  'public_html.conf.example'
)
options=(!strip)

package() {
	# Install script and configuration file
	install -Dm755 "$srcdir"/spawn-fcgi-php.rc.d \
		"$pkgdir"/etc/rc.d/spawn-fcgi-php
	install -Dm644 "$srcdir"/spawn-fcgi-php.conf \
		"$pkgdir"/etc/conf.d/spawn-fcgi-php.conf

  # Install systemd's files
  install -Dm755 "$srcdir"/spawn-fcgi-php.script \
    "$pkgdir"/usr/lib/systemd/scripts/spawn-fcgi-php
  install -Dm644 "$srcdir"/spawn-fcgi-php.service \
    $pkgdir/usr/lib/systemd/system/spawn-fcgi-php.service


	# Install examples of configuration
	install -Dm644 "$srcdir"/public_html.conf.example \
		"$pkgdir"/etc/nginx/public_html.conf.example
	install -Dm644 "$srcdir"/server.conf.example \
		"$pkgdir"/etc/nginx/conf/server.conf.example
  	install -Dm644 nginx.conf.example \
		"$pkgdir"/etc/nginx/conf/nginx.conf.example
}
md5sums=('fefc431b8fc180b3a68e597cbff5cb3a'
         '58e5db0b9d10b2e2fb4784a42daffd03'
         '300a6f174a552ab1981ccf7607615904'
         '44e4278c673e63f1033f5fe23463b26e'
         'f7d68bcf67a05b39ead0c9ec8f87d863'
         '8f0aa0bd87e43e3684e0367c6d8682b1'
         'f3bf2492b92224d71cc441e439721adc')