[arch-commits] Commit in perl-getopt-argvfile/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:01:10 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:01:09
  Author: foutrelis
Revision: 231904

archrelease: copy trunk to community-staging-any

Added:
  perl-getopt-argvfile/repos/community-staging-any/
  perl-getopt-argvfile/repos/community-staging-any/PKGBUILD
    (from rev 231903, perl-getopt-argvfile/trunk/PKGBUILD)

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

Copied: perl-getopt-argvfile/repos/community-staging-any/PKGBUILD (from rev 231903, perl-getopt-argvfile/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:01:09 UTC (rev 231904)
@@ -0,0 +1,34 @@
+# $Id$
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-getopt-argvfile
+pkgver=1.11
+pkgrel=8
+pkgdesc="Take options from files"
+arch=('any')
+url="http://search.cpan.org/~JSTENZEL/Getopt-ArgvFile"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-${pkgver}.tar.gz")
+md5sums=('42117db2af4a24c062b2da25d4fdf756')
+
+build() {
+  cd  Getopt-ArgvFile-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+
+  make
+}
+
+package() {
+  cd  Getopt-ArgvFile-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}
+



More information about the arch-commits mailing list