[arch-commits] Commit in perl-http-cookies/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 17:53:08 UTC 2017


    Date: Thursday, June 1, 2017 @ 17:53:07
  Author: foutrelis
Revision: 297302

archrelease: copy trunk to staging-any

Added:
  perl-http-cookies/repos/staging-any/
  perl-http-cookies/repos/staging-any/PKGBUILD
    (from rev 297300, perl-http-cookies/trunk/PKGBUILD)

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

Copied: perl-http-cookies/repos/staging-any/PKGBUILD (from rev 297300, perl-http-cookies/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 17:53:07 UTC (rev 297302)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-http-cookies
+pkgver=6.03
+pkgrel=2
+pkgdesc="HTTP cookie jars"
+arch=('any')
+url="http://search.cpan.org/dist/HTTP-Cookies"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date' 'perl-http-message')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
+sha1sums=('f7a134490d8b3b2e60d737e57f2752c4d0e82da6')
+
+build() {
+  cd HTTP-Cookies-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTTP-Cookies-$pkgver
+  make test
+}
+
+package() {
+  cd HTTP-Cookies-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list