[arch-commits] Commit in perl-fcgi/repos (3 files)
Florian Pritz
bluewind at archlinux.org
Sun May 27 07:43:22 UTC 2012
Date: Sunday, May 27, 2012 @ 03:43:22
Author: bluewind
Revision: 159891
db-move: moved perl-fcgi from [staging] to [testing] (x86_64)
Added:
perl-fcgi/repos/testing-x86_64/
perl-fcgi/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-fcgi/repos/staging-x86_64/PKGBUILD)
Deleted:
perl-fcgi/repos/staging-x86_64/
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-fcgi/repos/testing-x86_64/PKGBUILD (from rev 159819, perl-fcgi/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:22 UTC (rev 159891)
@@ -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