[arch-commits] Commit in perl-linux-pid/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jun 14 15:32:13 UTC 2015
Date: Sunday, June 14, 2015 @ 17:32:13
Author: foutrelis
Revision: 135291
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
perl-linux-pid/repos/community-staging-i686/
perl-linux-pid/repos/community-staging-i686/PKGBUILD
(from rev 135290, perl-linux-pid/trunk/PKGBUILD)
perl-linux-pid/repos/community-staging-x86_64/
perl-linux-pid/repos/community-staging-x86_64/PKGBUILD
(from rev 135290, perl-linux-pid/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++
2 files changed, 100 insertions(+)
Copied: perl-linux-pid/repos/community-staging-i686/PKGBUILD (from rev 135290, perl-linux-pid/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-14 15:32:13 UTC (rev 135291)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Generator : CPANPLUS::Dist::Arch 1.12
+
+pkgname='perl-linux-pid'
+pkgver=0.04
+pkgrel=5
+pkgdesc="Interface to Linux getpp?id functions"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Linux-Pid'
+source=("http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz")
+md5sums=('130c4d299f827abf1f2285fddf03fccb')
+
+build() {
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor" \
+ MODULEBUILDRC=/dev/null
+
+ cd Linux-Pid-$pkgver
+ /usr/bin/perl Makefile.PL
+ make
+ )
+}
+
+check() {
+ cd Linux-Pid-$pkgver
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ make test
+ )
+}
+
+package() {
+ cd Linux-Pid-$pkgver
+ make DESTDIR="$pkgdir" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+ _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+ _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+ depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
Copied: perl-linux-pid/repos/community-staging-x86_64/PKGBUILD (from rev 135290, perl-linux-pid/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-06-14 15:32:13 UTC (rev 135291)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Generator : CPANPLUS::Dist::Arch 1.12
+
+pkgname='perl-linux-pid'
+pkgver=0.04
+pkgrel=5
+pkgdesc="Interface to Linux getpp?id functions"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Linux-Pid'
+source=("http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz")
+md5sums=('130c4d299f827abf1f2285fddf03fccb')
+
+build() {
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor" \
+ MODULEBUILDRC=/dev/null
+
+ cd Linux-Pid-$pkgver
+ /usr/bin/perl Makefile.PL
+ make
+ )
+}
+
+check() {
+ cd Linux-Pid-$pkgver
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ make test
+ )
+}
+
+package() {
+ cd Linux-Pid-$pkgver
+ make DESTDIR="$pkgdir" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+ _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+ _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+ depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
More information about the arch-commits
mailing list