[arch-commits] Commit in (4 files)

Giovanni Scafora giovanni at archlinux.org
Sat Feb 6 13:42:34 UTC 2010


    Date: Saturday, February 6, 2010 @ 08:42:33
  Author: giovanni
Revision: 67347

Added to extra as mythtv dep

Added:
  perl-xml-namespacesupport/
  perl-xml-namespacesupport/repos/
  perl-xml-namespacesupport/trunk/
  perl-xml-namespacesupport/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: perl-xml-namespacesupport/trunk/PKGBUILD
===================================================================
--- perl-xml-namespacesupport/trunk/PKGBUILD	                        (rev 0)
+++ perl-xml-namespacesupport/trunk/PKGBUILD	2010-02-06 13:42:33 UTC (rev 67347)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-xml-namespacesupport
+pkgver=1.09
+pkgrel=5
+pkgdesc="Generic namespace helpers (ported from SAX2)"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-NamespaceSupport"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RB/RBERJON/XML-NamespaceSupport-$pkgver.tar.gz) 
+md5sums=('b0867d7b599d8a63ba630fa6227936fe')
+
+build() {
+  cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
+  make || return 1
+  make install DESTDIR="${pkgdir} || return 1
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}


Property changes on: perl-xml-namespacesupport/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list