[arch-commits] Commit in spawn-fcgi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Dec 1 11:24:17 UTC 2018


    Date: Saturday, December 1, 2018 @ 11:24:16
  Author: arojas
Revision: 410690

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-01 11:23:53 UTC (rev 410689)
+++ PKGBUILD	2018-12-01 11:24:16 UTC (rev 410690)
@@ -1,29 +0,0 @@
-# $Id$
-# 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=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=('bf269849995ab8b3a8989779fa5818aa')
-
-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"
-}

Copied: spawn-fcgi/repos/community-x86_64/PKGBUILD (from rev 410689, spawn-fcgi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-01 11:24:16 UTC (rev 410690)
@@ -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=3
+pkgdesc='A FastCGI process manager for web applications'
+arch=('x86_64')
+url='http://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