summaryrefslogtreecommitdiff
path: root/community/spawn-fcgi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/spawn-fcgi
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/spawn-fcgi')
-rw-r--r--community/spawn-fcgi/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/spawn-fcgi/PKGBUILD b/community/spawn-fcgi/PKGBUILD
deleted file mode 100644
index 6b20d17c9..000000000
--- a/community/spawn-fcgi/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 57827 2011-11-03 10:14:07Z lfleischer $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Aaron Bull Schaefer <aaron@elasticdog.com>
-# Contributor: Felix Hanley <felix@seconddrawer.com.au>
-
-pkgname=spawn-fcgi
-pkgver=1.6.3
-pkgrel=2
-pkgdesc='A FastCGI process manager for web applications'
-arch=('i686' 'x86_64')
-url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
-license=('BSD')
-depends=('glibc')
-source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
- install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}