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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 00:33:21 UTC 2016


    Date: Monday, February 8, 2016 @ 01:33:20
  Author: foutrelis
Revision: 160650

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: spawn-fcgi/repos/community-staging-i686/PKGBUILD (from rev 160649, spawn-fcgi/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-08 00:33:20 UTC (rev 160650)
@@ -0,0 +1,29 @@
+# $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-staging-x86_64/PKGBUILD (from rev 160649, spawn-fcgi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-08 00:33:20 UTC (rev 160650)
@@ -0,0 +1,29 @@
+# $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"
+}



More information about the arch-commits mailing list