summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-11-04 22:37:11 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-11-04 22:37:11 (GMT)
commit629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0 (patch)
tree217e0762011569db09e31c6ec82be46d0b8144fb /abs/core/perl_modules
parent2c0d32fafbc8653784d607c92de49ac6a8e02160 (diff)
downloadlinhes_pkgbuild-629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0.zip
linhes_pkgbuild-629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0.tar.gz
linhes_pkgbuild-629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0.tar.bz2
perl-libxml: removed, replaced by perl-xml-libxml
Diffstat (limited to 'abs/core/perl_modules')
-rw-r--r--abs/core/perl_modules/perl-libxml/PKGBUILD31
-rw-r--r--abs/core/perl_modules/perl-libxml/perl-libxml.install29
2 files changed, 0 insertions, 60 deletions
diff --git a/abs/core/perl_modules/perl-libxml/PKGBUILD b/abs/core/perl_modules/perl-libxml/PKGBUILD
deleted file mode 100644
index 864c01b..0000000
--- a/abs/core/perl_modules/perl-libxml/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD,v 1.5 2007/11/12 23:00:43 firmicus Exp $
-# Maintainer: Sergej Pupykin <sergej@aur.archlinux.org>
-# Contributor: phrakture <aaron m griffin :: gmail-com>
-# Contributor: Firmicus <firmicus ατ gmx δοτ net>
-
-pkgname=perl-libxml
-pkgver=1.65
-pkgrel=1
-pkgdesc="Perl bindings for libxml2"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/~pajas/XML-LibXML/"
-license=('GPL' 'PerlArtistic')
-depends=('perl-libxml-common' 'perl-xml-sax' 'libxml2')
-options=('!emptydirs')
-install=perl-libxml.install
-source=(http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-$pkgver.tar.gz)
-md5sums=('7871c21078f706690cda9ca68d4ddac6')
-
-build()
-{
- cd $startdir/src/XML-LibXML-$pkgver/
- eval `perl -V:archname`
- SKIP_SAX_INSTALL=y perl Makefile.PL \
- INSTALLARCHLIB=/usr/lib/perl5/current/${archname} \
- INSTALLSITELIB=/usr/lib/perl5/site_perl/current \
- INSTALLSITEARCH=/usr/lib/perl5/site_perl/current/${archname} || return 1
- make || return 1
- make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '.packlist' -delete
- find $startdir/pkg -name '*.pod' -delete
-}
diff --git a/abs/core/perl_modules/perl-libxml/perl-libxml.install b/abs/core/perl_modules/perl-libxml/perl-libxml.install
deleted file mode 100644
index a7616f2..0000000
--- a/abs/core/perl_modules/perl-libxml/perl-libxml.install
+++ /dev/null
@@ -1,29 +0,0 @@
-pre_install() {
- /bin/true
-}
-
-post_install() {
- echo ":: Installing SAX XML Parsers"
- /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
- /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-}
-
-pre_upgrade() {
- /bin/true
-}
-
-post_upgrade() {
- /bin/true
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- /bin/true
-}
-
-op=$1
-shift
-$op $*