[arch-commits] Commit in perl-module-build-xsutil/repos/community-any (2 files)
Felix Yan
fyan at archlinux.org
Fri Apr 24 01:59:46 UTC 2015
Date: Friday, April 24, 2015 @ 03:59:46
Author: fyan
Revision: 132077
archrelease: copy trunk to community-any
Added:
perl-module-build-xsutil/repos/community-any/PKGBUILD
(from rev 132076, perl-module-build-xsutil/trunk/PKGBUILD)
Deleted:
perl-module-build-xsutil/repos/community-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-24 01:59:22 UTC (rev 132076)
+++ PKGBUILD 2015-04-24 01:59:46 UTC (rev 132077)
@@ -1,52 +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.28
-
-pkgname=perl-module-build-xsutil
-pkgver=0.14
-pkgrel=1
-pkgdesc="A Module::Build class for building XS modules"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-devel-checkcompiler' 'perl')
-makedepends=('perl-module-build')
-checkdepends=('perl-file-copy-recursive' 'perl-cwd-guard' 'perl-capture-tiny')
-url='http://search.cpan.org/dist/Module-Build-XSUtil'
-source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz")
-_distdir="Module-Build-XSUtil-$pkgver"
-sha512sums=('88932b6b726bcb86663318b49d2c1e4449d330c155729e7cd149e6bfb419e337f09140ebdb99a779f85f7398c5eccb464b990d4ad7cf3cd980609dfc3f6c3c70')
-
-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 Build.PL
- /usr/bin/perl Build
- )
-}
-
-check() {
- cd "$srcdir/$_distdir"
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- /usr/bin/perl Build test
- )
-}
-
-package() {
- cd "$srcdir/$_distdir"
- /usr/bin/perl Build install
-
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: perl-module-build-xsutil/repos/community-any/PKGBUILD (from rev 132076, perl-module-build-xsutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-24 01:59:46 UTC (rev 132077)
@@ -0,0 +1,52 @@
+# $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.28
+
+pkgname=perl-module-build-xsutil
+pkgver=0.15
+pkgrel=1
+pkgdesc="A Module::Build class for building XS modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-checkcompiler' 'perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-file-copy-recursive' 'perl-cwd-guard' 'perl-capture-tiny')
+url='http://search.cpan.org/dist/Module-Build-XSUtil'
+source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz")
+_distdir="Module-Build-XSUtil-$pkgver"
+sha512sums=('ec9929f43b069968b109dd32d89d3624c261ac46156ef497f2c7de7f38ebc5a92d4aa8ff6582747bf361d1b1f5ca744bd13f862f71f990e0c8400e94f99ba253')
+
+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 Build.PL
+ /usr/bin/perl Build
+ )
+}
+
+check() {
+ cd "$srcdir/$_distdir"
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ /usr/bin/perl Build test
+ )
+}
+
+package() {
+ cd "$srcdir/$_distdir"
+ /usr/bin/perl Build install
+
+ find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list