From c742509a9810f2a7783f11fb4946148adcd01db1 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 28 Mar 2018 00:07:34 +0000 Subject: perl-path-class: dep of perl-crypt-ssleay --- abs/core/perl_modules/perl-path-class/PKGBUILD | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 abs/core/perl_modules/perl-path-class/PKGBUILD diff --git a/abs/core/perl_modules/perl-path-class/PKGBUILD b/abs/core/perl_modules/perl-path-class/PKGBUILD new file mode 100644 index 0000000..3214a69 --- /dev/null +++ b/abs/core/perl_modules/perl-path-class/PKGBUILD @@ -0,0 +1,49 @@ +# Packager: Justin "juster" Davis +# $Id$ + +pkgname=perl-path-class +pkgver=0.37 +pkgrel=3 +pkgdesc="Cross-platform path specification manipulation" +arch=(any) +license=(PerlArtistic GPL) +options=(!emptydirs) +depends=('perl') +makedepends=('perl-module-build') +url="http://search.cpan.org/dist/Path-Class" +source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-${pkgver}.tar.gz") +md5sums=('13e6db714f6d5a0e62ca1c4a7fc4d0f3') + +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 Path-Class-${pkgver} + /usr/bin/perl Build.PL + ./Build +) + +check() +( + export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + cd Path-Class-${pkgver} + ./Build test +) + +package() { + export PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \ + PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" + + cd Path-Class-${pkgver} + ./Build install +} + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et: -- cgit v0.12