summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-04 06:41:14 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-04 06:41:14 +0000
commit7bccea6a9acc26c9c0c2c800b7a84094890c9a29 (patch)
tree9b5b36d6b92c1bda2bf2c7bda81abc01c26df605 /dev-perl/XML-LibXML
parent*** empty log message *** (diff)
downloadgentoo-2-7bccea6a9acc26c9c0c2c800b7a84094890c9a29.tar.gz
gentoo-2-7bccea6a9acc26c9c0c2c800b7a84094890c9a29.tar.bz2
gentoo-2-7bccea6a9acc26c9c0c2c800b7a84094890c9a29.zip
*** empty log message ***
Diffstat (limited to 'dev-perl/XML-LibXML')
-rw-r--r--dev-perl/XML-LibXML/XML-LibXML-0.91.ebuild36
-rw-r--r--dev-perl/XML-LibXML/files/digest-XML-LibXML-0.911
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML/XML-LibXML-0.91.ebuild b/dev-perl/XML-LibXML/XML-LibXML-0.91.ebuild
new file mode 100644
index 000000000000..26c56f13bb26
--- /dev/null
+++ b/dev-perl/XML-LibXML/XML-LibXML-0.91.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/XML-LibXML-0.91.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
+SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${A}"
+HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme"
+
+DEPEND=">=sys-devel/perl-5
+ >=gnome-libs/libxml2-2.3.9"
+
+src_compile() {
+
+ perl Makefile.PL
+ try make
+ try make test
+}
+
+src_install () {
+
+ try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install
+ dodoc MANIFEST README
+
+}
+
+
+
+
+
+
+
+
+
diff --git a/dev-perl/XML-LibXML/files/digest-XML-LibXML-0.91 b/dev-perl/XML-LibXML/files/digest-XML-LibXML-0.91
new file mode 100644
index 000000000000..989480787de0
--- /dev/null
+++ b/dev-perl/XML-LibXML/files/digest-XML-LibXML-0.91
@@ -0,0 +1 @@
+MD5 f9f3dc2d8dcac50f5d849597d5fe9c03 XML-LibXML-0.91.tar.gz