[arch-commits] Commit in perl-unix-syslog/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 10:29:09 UTC 2017


    Date: Saturday, August 26, 2017 @ 10:29:08
  Author: foutrelis
Revision: 253697

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-unix-syslog/repos/community-staging-i686/
  perl-unix-syslog/repos/community-staging-i686/PKGBUILD
    (from rev 253696, perl-unix-syslog/trunk/PKGBUILD)
  perl-unix-syslog/repos/community-staging-x86_64/
  perl-unix-syslog/repos/community-staging-x86_64/PKGBUILD
    (from rev 253696, perl-unix-syslog/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   41 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   41 ++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: perl-unix-syslog/repos/community-staging-i686/PKGBUILD (from rev 253696, perl-unix-syslog/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-26 10:29:08 UTC (rev 253697)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=perl-unix-syslog
+pkgver=1.1
+pkgrel=10
+pkgdesc="Interface to syslog functions in a C-library"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Unix-Syslog'
+source=("http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-$pkgver.tar.gz")
+md5sums=('73d78e309fe9508ffc9a54d84d79aac9')
+
+build() {
+  PERL=/usr/bin/perl
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+    PERL_AUTOINSTALL=--skipdeps                            \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
+    PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+    MODULEBUILDRC=/dev/null
+
+  cd "$DIST_DIR"
+  $PERL Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  make test
+}
+
+package() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}

Copied: perl-unix-syslog/repos/community-staging-x86_64/PKGBUILD (from rev 253696, perl-unix-syslog/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-26 10:29:08 UTC (rev 253697)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=perl-unix-syslog
+pkgver=1.1
+pkgrel=10
+pkgdesc="Interface to syslog functions in a C-library"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Unix-Syslog'
+source=("http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-$pkgver.tar.gz")
+md5sums=('73d78e309fe9508ffc9a54d84d79aac9')
+
+build() {
+  PERL=/usr/bin/perl
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+    PERL_AUTOINSTALL=--skipdeps                            \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
+    PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+    MODULEBUILDRC=/dev/null
+
+  cd "$DIST_DIR"
+  $PERL Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  make test
+}
+
+package() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list