[arch-commits] Commit in perl-sys-syscall/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 09:07:28 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:07:24
  Author: felixonmars
Revision: 231959

archrelease: copy trunk to community-staging-any

Added:
  perl-sys-syscall/repos/community-staging-any/
  perl-sys-syscall/repos/community-staging-any/PKGBUILD
    (from rev 231957, perl-sys-syscall/trunk/PKGBUILD)

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

Copied: perl-sys-syscall/repos/community-staging-any/PKGBUILD (from rev 231957, perl-sys-syscall/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:07:24 UTC (rev 231959)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-sys-syscall
+pkgver=0.25
+pkgrel=3
+pkgdesc="Perl/CPAN Module Sys::Syscall"
+arch=("any")
+url="http://search.cpan.org/dist/Sys-Syscall/"
+license=("GPL" "PerlArtistic")
+source=("http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Sys-Syscall-$pkgver.tar.gz")
+depends=("perl")
+md5sums=('720a9ec5f67f867814a9011b2a725763')
+
+build() {
+  cd "$srcdir"/Sys-Syscall-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Sys-Syscall-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list