Date: Monday, May 20, 2013 @ 12:56:51
  Author: spupykin
Revision: 91220

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

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

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

Copied: perl-text-charwidth/repos/community-staging-i686/PKGBUILD (from rev 
91219, perl-text-charwidth/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-05-20 10:56:51 UTC (rev 91220)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Charles Mauch <[email protected]>
+
+pkgname=perl-text-charwidth
+pkgver=0.04
+pkgrel=9
+pkgdesc="Perl/CPAN Module Text::CharWidth"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Text-CharWidth";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz";)
+md5sums=('37a723df0580c0758c0ee67b37336c15')
+
+build() {
+  cd Text-CharWidth-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Text-CharWidth-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD (from rev 
91219, perl-text-charwidth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-20 10:56:51 UTC (rev 91220)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Charles Mauch <[email protected]>
+
+pkgname=perl-text-charwidth
+pkgver=0.04
+pkgrel=9
+pkgdesc="Perl/CPAN Module Text::CharWidth"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Text-CharWidth";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz";)
+md5sums=('37a723df0580c0758c0ee67b37336c15')
+
+build() {
+  cd Text-CharWidth-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Text-CharWidth-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Reply via email to