[arch-commits] Commit in perl-ipc-shareable/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 12:31:58 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:31:58
Author: bluewind
Revision: 366835
archrelease: copy trunk to community-staging-any
Added:
perl-ipc-shareable/repos/community-staging-any/
perl-ipc-shareable/repos/community-staging-any/PKGBUILD
(from rev 366834, perl-ipc-shareable/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: perl-ipc-shareable/repos/community-staging-any/PKGBUILD (from rev 366834, perl-ipc-shareable/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 12:31:58 UTC (rev 366835)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-ipc-shareable
+pkgver=0.61
+pkgrel=4
+pkgdesc="Perl/CPAN Module IPC::Shareable : Tie a variable to shared memory"
+arch=("any")
+url="http://search.cpan.org/dist/IPC-Shareable"
+license=("GPL" "PerlArtistic")
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSOUTH/IPC-Shareable-$pkgver.tar.gz")
+md5sums=('8fb14d9e202651531ca5e5e5f1acd041')
+
+build() {
+ cd "$srcdir"/IPC-Shareable-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/IPC-Shareable-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list