[arch-commits] Commit in perl-config-simple/repos (staging-any staging-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:04:17 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:04:17
Author: bluewind
Revision: 329938
archrelease: copy trunk to staging-any
Added:
perl-config-simple/repos/staging-any/
perl-config-simple/repos/staging-any/PKGBUILD
(from rev 329937, perl-config-simple/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: perl-config-simple/repos/staging-any/PKGBUILD (from rev 329937, perl-config-simple/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2018-08-01 09:04:17 UTC (rev 329938)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-config-simple
+pkgver=4.59
+pkgrel=9
+pkgdesc="Simple configuration file class to create and read config files"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url="http://search.cpan.org/~sherzodr/Config-Simple"
+source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHERZODR/Config-Simple-${pkgver}.tar.gz")
+md5sums=('96513b61c7db591339ce2577878a3b32')
+
+build() {
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor" \
+ MODULEBUILDRC=/dev/null
+
+ cd "${srcdir}/Config-Simple-${pkgver}"
+ /usr/bin/perl Makefile.PL
+ make
+}
+
+check() {
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ cd "${srcdir}/Config-Simple-${pkgver}"
+ make test
+}
+
+package() {
+ cd "$_distdir"
+ cd "${srcdir}/Config-Simple-${pkgver}"
+ make DESTDIR="$pkgdir" install
+ find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
More information about the arch-commits
mailing list