[arch-commits] Commit in perl-sort-versions/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 09:05:09 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:05:09
  Author: bluewind
Revision: 231934

archrelease: copy trunk to community-staging-any

Added:
  perl-sort-versions/repos/community-staging-any/
  perl-sort-versions/repos/community-staging-any/PKGBUILD
    (from rev 231933, perl-sort-versions/trunk/PKGBUILD)

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

Copied: perl-sort-versions/repos/community-staging-any/PKGBUILD (from rev 231933, perl-sort-versions/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:05:09 UTC (rev 231934)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: dracorp aka Piotr Rogoza <piotr dot r dot public at gmail.com>
+
+_author=N/NE/NEILB
+_perlmod=Sort-Versions
+pkgname=perl-sort-versions
+pkgver=1.62
+pkgrel=2
+pkgdesc='Sort::Versions - a perl 5 module for sorting of revision-like numbers'
+arch=('any')
+url="http://search.cpan.org/dist/Sort-Versions/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")
+sha512sums=('b30dab96a5a31023af3ecee1857ae7bf5abc45b266294b47abb4f03c332b27825c1139d1a56bf0cfbd538487d28b3be167d83f9f5a93f079717b40157abe4d96')
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+build(){
+  cd "$srcdir/$_perlmod-$pkgver"
+  /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $_perlmod-$pkgver
+  make test
+}
+
+package() {
+  cd $_perlmod-$pkgver
+  make install DESTDIR="$pkgdir/"
+  # remove perllocal.pod and .packlist
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list