[arch-commits] Commit in spawn-fcgi/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 7 20:10:21 UTC 2020


    Date: Tuesday, July 7, 2020 @ 20:10:21
  Author: foutrelis
Revision: 660207

archrelease: copy trunk to community-staging-x86_64

Added:
  spawn-fcgi/repos/community-staging-x86_64/
  spawn-fcgi/repos/community-staging-x86_64/PKGBUILD
    (from rev 660206, spawn-fcgi/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: spawn-fcgi/repos/community-staging-x86_64/PKGBUILD (from rev 660206, spawn-fcgi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 20:10:21 UTC (rev 660207)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
+# Contributor: Felix Hanley <felix at seconddrawer.com.au>
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=4
+pkgdesc='A FastCGI process manager for web applications'
+arch=('x86_64')
+url='https://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("https://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+md5sums=('bf269849995ab8b3a8989779fa5818aa'
+         'SKIP')
+validpgpkeys=(C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7) # Stefan Bühler <stefan at stbuehler.de>
+
+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"
+}



More information about the arch-commits mailing list