[arch-commits] Commit in perl-http-response-encoding/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 19:05:09 UTC 2017


    Date: Thursday, June 1, 2017 @ 19:05:08
  Author: felixonmars
Revision: 232566

archrelease: copy trunk to community-staging-any

Added:
  perl-http-response-encoding/repos/community-staging-any/
  perl-http-response-encoding/repos/community-staging-any/PKGBUILD
    (from rev 232565, perl-http-response-encoding/trunk/PKGBUILD)

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

Copied: perl-http-response-encoding/repos/community-staging-any/PKGBUILD (from rev 232565, perl-http-response-encoding/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 19:05:08 UTC (rev 232566)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Mladen Pejakovic <pejakm at gmail.com>
+
+pkgname=perl-http-response-encoding
+pkgver=0.06
+pkgrel=4
+pkgdesc="Adds encoding to HTTP::Response"
+arch=('any')
+url="http://search.cpan.org/dist/HTTP-Response-Encoding"
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DA/DANKOGAI/HTTP-Response-Encoding-$pkgver.tar.gz")
+md5sums=('7e1d46f2d88022580e1a18bb7ac4ab71')
+
+build() {
+  cd "${srcdir}"/HTTP-Response-Encoding-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}"/HTTP-Response-Encoding-$pkgver
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



More information about the arch-commits mailing list