summaryrefslogtreecommitdiff
path: root/community/perl-xml-fast
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/perl-xml-fast
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/perl-xml-fast')
-rw-r--r--community/perl-xml-fast/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/perl-xml-fast/PKGBUILD b/community/perl-xml-fast/PKGBUILD
deleted file mode 100644
index 79df32a7a..000000000
--- a/community/perl-xml-fast/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 91701 2013-05-26 09:26:15Z bluewind $
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: trizen .= x@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
-}