[arch-commits] Commit in perl-file-sharedir-install/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 18:16:08 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:16:07
  Author: bluewind
Revision: 232514

archrelease: copy trunk to community-staging-any

Added:
  perl-file-sharedir-install/repos/community-staging-any/
  perl-file-sharedir-install/repos/community-staging-any/PKGBUILD
    (from rev 232513, perl-file-sharedir-install/trunk/PKGBUILD)

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

Copied: perl-file-sharedir-install/repos/community-staging-any/PKGBUILD (from rev 232513, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 18:16:07 UTC (rev 232514)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: AUR Perl <aurperl at juster.info>
+
+pkgname=perl-file-sharedir-install
+pkgver=0.11
+pkgrel=2
+pkgdesc="File::ShareDir::Install - Install read-only data files from a distribution"
+arch=('any')
+url="http://search.cpan.org/dist/File-ShareDir-Install"
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz")
+md5sums=('61107e6ce6eee42bf29525b1a4d029e0')
+
+build() {
+	cd "File-ShareDir-Install-${pkgver}"
+	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+	make
+}
+
+check() {
+	cd "File-ShareDir-Install-${pkgver}"
+	make test
+}
+
+package() {
+	cd "File-ShareDir-Install-${pkgver}"
+	make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list