[arch-commits] Commit in perl-sys-syscall/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 09:14:04 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:14:03
Author: felixonmars
Revision: 366324
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 366323, perl-sys-syscall/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: perl-sys-syscall/repos/community-staging-any/PKGBUILD (from rev 366323, perl-sys-syscall/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 09:14:03 UTC (rev 366324)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-sys-syscall
+pkgver=0.25
+pkgrel=5
+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