[arch-commits] Commit in perl-file-sharedir-install/repos/community-any (2 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Oct 12 11:17:28 UTC 2016
Date: Wednesday, October 12, 2016 @ 11:17:27
Author: spupykin
Revision: 192040
archrelease: copy trunk to community-any
Added:
perl-file-sharedir-install/repos/community-any/PKGBUILD
(from rev 192039, perl-file-sharedir-install/trunk/PKGBUILD)
Deleted:
perl-file-sharedir-install/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 32 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-12 11:17:12 UTC (rev 192039)
+++ PKGBUILD 2016-10-12 11:17:27 UTC (rev 192040)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Jason St. John <jstjohn .. purdue . edu>
-# Contributor: AUR Perl <aurperl at juster.info>
-
-_perlmod=File-ShareDir-Install
-_modnamespace=File
-pkgname=perl-file-sharedir-install
-pkgver=0.10
-pkgrel=1
-pkgdesc="File::ShareDir::Install - Install read-only data files from a distribution"
-arch=('any')
-url="http://search.cpan.org/dist/${_perlmod}"
-license=('GPL' 'PerlArtistic')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz")
-md5sums=('37fb7fa72ce7184516dd022aba62f524')
-
-build() {
- cd "${_perlmod}-${pkgver}"
-
- # Install module in vendor directories.
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd "${_perlmod}-${pkgver}"
- make test
-}
-
-package() {
- cd "${_perlmod}-${pkgver}"
- make install DESTDIR="${pkgdir}"
-}
Copied: perl-file-sharedir-install/repos/community-any/PKGBUILD (from rev 192039, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-12 11:17:27 UTC (rev 192040)
@@ -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=1
+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