[arch-commits] Commit in perl-extutils-xsbuilder/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jun 2 05:18:41 UTC 2017


    Date: Friday, June 2, 2017 @ 05:18:40
  Author: felixonmars
Revision: 232815

archrelease: copy trunk to community-staging-any

Added:
  perl-extutils-xsbuilder/repos/community-staging-any/
  perl-extutils-xsbuilder/repos/community-staging-any/PKGBUILD
    (from rev 232814, perl-extutils-xsbuilder/trunk/PKGBUILD)

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

Copied: perl-extutils-xsbuilder/repos/community-staging-any/PKGBUILD (from rev 232814, perl-extutils-xsbuilder/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-02 05:18:40 UTC (rev 232815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-extutils-xsbuilder
+pkgver=0.28
+pkgrel=7
+pkgdesc="Automatic Perl XS glue code generation"
+arch=('any')
+url="http://search.cpan.org/dist/ExtUtils-XSBuilder"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-parse-recdescent' 'perl-tie-ixhash')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GR/GRICHTER/ExtUtils-XSBuilder-$pkgver.tar.gz)
+md5sums=('1d33ddeacc01426a02e23c71c2e4cd04')
+
+build() {
+  cd  "$srcdir"/ExtUtils-XSBuilder-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/ExtUtils-XSBuilder-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list