[arch-commits] Commit in perl-xml-fast/repos (4 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon May 20 18:49:23 UTC 2013


    Date: Monday, May 20, 2013 @ 20:49:22
  Author: foutrelis
Revision: 91264

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

Added:
  perl-xml-fast/repos/community-staging-i686/
  perl-xml-fast/repos/community-staging-i686/PKGBUILD
    (from rev 91263, perl-xml-fast/trunk/PKGBUILD)
  perl-xml-fast/repos/community-staging-x86_64/
  perl-xml-fast/repos/community-staging-x86_64/PKGBUILD
    (from rev 91263, perl-xml-fast/trunk/PKGBUILD)

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

Copied: perl-xml-fast/repos/community-staging-i686/PKGBUILD (from rev 91263, perl-xml-fast/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-20 18:49:22 UTC (rev 91264)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: trizen .= x at gmail.com
+
+pkgname=perl-xml-fast
+pkgver=0.11
+pkgrel=4
+pkgdesc="Simple and very fast XML to hash conversion."
+arch=('x86_64' 'i686')
+url="http://search.cpan.org/dist/XML-Fast/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/XML-Fast-${pkgver}.tar.gz")
+md5sums=('a2985cc2f328cf9eda6ad75c3f40f6b3')
+
+build() {
+  cd "${srcdir}/XML-Fast-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd "${srcdir}/XML-Fast-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-xml-fast/repos/community-staging-x86_64/PKGBUILD (from rev 91263, perl-xml-fast/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-20 18:49:22 UTC (rev 91264)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: trizen .= x at gmail.com
+
+pkgname=perl-xml-fast
+pkgver=0.11
+pkgrel=4
+pkgdesc="Simple and very fast XML to hash conversion."
+arch=('x86_64' 'i686')
+url="http://search.cpan.org/dist/XML-Fast/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/XML-Fast-${pkgver}.tar.gz")
+md5sums=('a2985cc2f328cf9eda6ad75c3f40f6b3')
+
+build() {
+  cd "${srcdir}/XML-Fast-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd "${srcdir}/XML-Fast-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}




More information about the arch-commits mailing list