[arch-commits] Commit in perl-mime-base32/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Apr 14 15:00:37 UTC 2016
Date: Thursday, April 14, 2016 @ 17:00:37
Author: fyan
Revision: 171007
archrelease: copy trunk to community-any
Added:
perl-mime-base32/repos/community-any/PKGBUILD
(from rev 171006, perl-mime-base32/trunk/PKGBUILD)
Deleted:
perl-mime-base32/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 +++++++++++++++++++++++++------------------------------------
1 file changed, 34 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-14 15:00:06 UTC (rev 171006)
+++ PKGBUILD 2016-04-14 15:00:37 UTC (rev 171007)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
-
-pkgname=perl-mime-base32
-pkgver=1.02
-pkgrel=1
-pkgdesc="Base32 encoder / decoder"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/MIME-Base32'
-source=('http://search.cpan.org/CPAN/authors/id/D/DA/DANPEDER/MIME-Base32-1.02a.tar.gz')
-sha512sums=('8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3')
-_distdir="MIME-Base32-1.02"
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
- MODULEBUILDRC=/dev/null
-
- cd "$srcdir/$_distdir"
- /usr/bin/perl Makefile.PL
- make
- )
-}
-
-check() {
- cd "$srcdir/$_distdir"
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- make test
- )
-}
-
-package() {
- cd "$srcdir/$_distdir"
- make install
-
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:
Copied: perl-mime-base32/repos/community-any/PKGBUILD (from rev 171006, perl-mime-base32/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-04-14 15:00:37 UTC (rev 171007)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
+# Generator : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-mime-base32
+pkgver=1.301
+pkgrel=1
+pkgdesc="Base32 encoder / decoder"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/MIME-Base32'
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/MIME-Base32-$pkgver.tar.gz")
+sha512sums=('90e7419504f7d9a6caf7f3f9231622a0867a485705cb1a918efc85964fafc04db79f4c31b7135203ff946a4205d82b20ee009b87baca2fe6f15ad1aabe4347cc')
+
+build() {
+ cd "$srcdir"/MIME-Base32-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "$srcdir"/MIME-Base32-$pkgver
+ make test
+}
+
+package() {
+ cd "$srcdir"/MIME-Base32-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list