[arch-commits] Commit in perl-fcgi/repos (3 files)

Florian Pritz bluewind at archlinux.org
Sun May 27 07:43:21 UTC 2012


    Date: Sunday, May 27, 2012 @ 03:43:20
  Author: bluewind
Revision: 159890

db-move: moved perl-fcgi from [staging] to [testing] (i686)

Added:
  perl-fcgi/repos/testing-i686/
  perl-fcgi/repos/testing-i686/PKGBUILD
    (from rev 159819, perl-fcgi/repos/staging-i686/PKGBUILD)
Deleted:
  perl-fcgi/repos/staging-i686/

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

Copied: perl-fcgi/repos/testing-i686/PKGBUILD (from rev 159819, perl-fcgi/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-05-27 07:43:20 UTC (rev 159890)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-fcgi
+pkgver=0.74
+pkgrel=3
+pkgdesc="Fast CGI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/FCGI"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-${pkgver}.tar.gz")
+md5sums=('462a77a0072480fea791a4d3095eb486')
+
+build() {
+  cd  "${srcdir}/FCGI-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/FCGI-${pkgver}"
+  make test
+}
+
+package() {
+  cd  "${srcdir}/FCGI-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list