diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-08-06 00:39:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-08-06 00:39:37 +0000 |
commit | 74cab3bc2f91e490fe5e8ddc43449e05311dd1c4 (patch) | |
tree | 1871029182da5156f32cef15288d81989e87757e /dev-perl/SGMLSpm | |
parent | Added changes to make so that it was less ambiguous - was breaking in (diff) | |
download | historical-74cab3bc2f91e490fe5e8ddc43449e05311dd1c4.tar.gz historical-74cab3bc2f91e490fe5e8ddc43449e05311dd1c4.tar.bz2 historical-74cab3bc2f91e490fe5e8ddc43449e05311dd1c4.zip |
Modified make line to be less ambiguous - was breaking between versions
of perl
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2 | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild new file mode 100644 index 000000000000..9f9968cc5efd --- /dev/null +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild,v 1.1 2002/08/06 00:39:37 mcummings Exp $ + +MY_P="${P}ii" +S=${WORKDIR}/${PN} +DESCRIPTION="Perl library for parsing the output of nsgmls" +SRC_URI="http://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${MY_P}.tar.gz" +HOMEPAGE="http://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${MY_P}.readme" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +src_unpack() { + + unpack ${A} + cp ${FILESDIR}/${P}-Makefile ${S}/Makefile + +} + +src_install () { + + eval `perl '-V:package'` + eval `perl '-V:version'` + cd ${S} + dodir /usr/lib/${package}/site_perl/${version} + dodir /usr/bin + make ${S}/Makefile || die + cd ${D}/usr/lib/${package} + mv SGMLS.pm site_perl/${version}/SGMLS.pm + + dodoc BUGS COPYING ChangeLog README TODO + +} diff --git a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2 b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2 new file mode 100644 index 000000000000..8727f0df6be4 --- /dev/null +++ b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2 @@ -0,0 +1 @@ +MD5 5bcb197fd42e67d51c739b1414d514a7 SGMLSpm-1.03ii.tar.gz 93250 |