diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 06:41:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 06:41:14 +0000 |
commit | 7bccea6a9acc26c9c0c2c800b7a84094890c9a29 (patch) | |
tree | 9b5b36d6b92c1bda2bf2c7bda81abc01c26df605 /dev-perl/XML-LibXSLT | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-7bccea6a9acc26c9c0c2c800b7a84094890c9a29.tar.gz gentoo-2-7bccea6a9acc26c9c0c2c800b7a84094890c9a29.tar.bz2 gentoo-2-7bccea6a9acc26c9c0c2c800b7a84094890c9a29.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild index 5279be228c41..4460029615a8 100644 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild @@ -1,7 +1,7 @@ # 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-LibXSLT/XML-LibXSLT-1.03.ebuild,v 1.1 2001/06/04 03:33:03 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild,v 1.2 2001/06/04 06:41:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,19 +10,12 @@ SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme" DEPEND=">=sys-devel/perl-5 - >=gnome-base/gnome-libs-1.2 - >=gnome-libs/libxslt-0.5 - >=dev-perl/libwww-perl-5.48" - -src_unpack() { - unpack ${A} - cd ${S} -# patch -p0 < ${FILESDIR}/${P}-LibXML.xs-gentoo.diff -} + >=gnome-libs/libxslt-0.9 + >=dev-perl/XML-LibXML-0.9" src_compile() { - perl Makefile.PL LIBS=\"-L/opt/gnome/lib\" INC=\"-I/opt/gnome/include\" + perl Makefile.PL try make try make test } |