[arch-commits] Commit in perl-math-base85/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 09:12:30 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:12:28
  Author: felixonmars
Revision: 232002

archrelease: copy trunk to community-staging-any

Added:
  perl-math-base85/repos/community-staging-any/
  perl-math-base85/repos/community-staging-any/PKGBUILD
    (from rev 231998, perl-math-base85/trunk/PKGBUILD)

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

Copied: perl-math-base85/repos/community-staging-any/PKGBUILD (from rev 231998, perl-math-base85/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:12:28 UTC (rev 232002)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-math-base85
+pkgver=0.2
+pkgrel=7
+pkgdesc="Perl/CPAN Module Math::Base85"
+arch=("any")
+url="http://search.cpan.org/dist/Math-Base85"
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/T/TM/TMONROE/Math-Base85-$pkgver.tar.gz")
+md5sums=('3a2914651dc680fd22661f35213211d3')
+
+build() {
+  cd "$srcdir"/Math-Base85-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Math-Base85-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list