Date: Thursday, August 24, 2017 @ 13:22:25
  Author: foutrelis
Revision: 253242

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

Added:
  perl-text-soundex/repos/community-staging-i686/
  perl-text-soundex/repos/community-staging-i686/PKGBUILD
    (from rev 253241, perl-text-soundex/trunk/PKGBUILD)
  perl-text-soundex/repos/community-staging-x86_64/
  perl-text-soundex/repos/community-staging-x86_64/PKGBUILD
    (from rev 253241, perl-text-soundex/trunk/PKGBUILD)

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

Copied: perl-text-soundex/repos/community-staging-i686/PKGBUILD (from rev 
253241, perl-text-soundex/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-08-24 13:22:25 UTC (rev 253242)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Ben Booth <[email protected]>
+
+pkgname=perl-text-soundex
+pkgver=3.05
+pkgrel=3
+pkgdesc='Implementation of the soundex algorithm'
+arch=('i686' 'x86_64')
+url="https://metacpan.org/release/Text-Soundex";
+license=('GPL' 'PerlArtistic')
+depends=(perl)
+options=('!emptydirs' purge)
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Text-Soundex-$pkgver.tar.gz";)
+md5sums=('cb40ded7a5d27aa3a411d274d6ec18ae')
+
+build() (
+  cd "$srcdir/Text-Soundex-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd "$srcdir/Text-Soundex-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+)
+
+package() (
+  cd "$srcdir/Text-Soundex-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)

Copied: perl-text-soundex/repos/community-staging-x86_64/PKGBUILD (from rev 
253241, perl-text-soundex/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-24 13:22:25 UTC (rev 253242)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Ben Booth <[email protected]>
+
+pkgname=perl-text-soundex
+pkgver=3.05
+pkgrel=3
+pkgdesc='Implementation of the soundex algorithm'
+arch=('i686' 'x86_64')
+url="https://metacpan.org/release/Text-Soundex";
+license=('GPL' 'PerlArtistic')
+depends=(perl)
+options=('!emptydirs' purge)
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Text-Soundex-$pkgver.tar.gz";)
+md5sums=('cb40ded7a5d27aa3a411d274d6ec18ae')
+
+build() (
+  cd "$srcdir/Text-Soundex-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd "$srcdir/Text-Soundex-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+)
+
+package() (
+  cd "$srcdir/Text-Soundex-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)

Reply via email to