diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-23 06:17:49 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-23 06:17:49 +0000 |
commit | 6e3b498064bd780a363b13712179f93320616919 (patch) | |
tree | c7d77a4abf938ea2f9363b76b00f14317c95aa51 /dev-perl/GD | |
parent | merge updates environment (diff) | |
download | historical-6e3b498064bd780a363b13712179f93320616919.tar.gz historical-6e3b498064bd780a363b13712179f93320616919.tar.bz2 historical-6e3b498064bd780a363b13712179f93320616919.zip |
Modules for bugzilla
Diffstat (limited to 'dev-perl/GD')
-rw-r--r-- | dev-perl/GD/GD-1.19.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/GD/files/digest-GD-1.19 | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/GD/GD-1.19.ebuild b/dev-perl/GD/GD-1.19.ebuild new file mode 100644 index 000000000000..15545785bc41 --- /dev/null +++ b/dev-perl/GD/GD-1.19.ebuild @@ -0,0 +1,31 @@ +# 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/GD/GD-1.19.ebuild,v 1.1 2001/01/23 06:17:49 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +DESCRIPTION="The Perl DBI Module" +SRC_URI="http://www.cpan.org/modules/by-module/GD/${A}" +HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" + +DEPEND=">=sys-devel/perl-5" + +src_compile() { + cd ${S} + perl Makefile.PL + try make + #try make test +} + +src_install () { + cd ${S} + try make PREFIX=${D}/usr install + dodoc ChangeLog MANIFEST README* + docinto html + dodoc GD.html +} + + + diff --git a/dev-perl/GD/files/digest-GD-1.19 b/dev-perl/GD/files/digest-GD-1.19 new file mode 100644 index 000000000000..0816ef24e01d --- /dev/null +++ b/dev-perl/GD/files/digest-GD-1.19 @@ -0,0 +1 @@ +MD5 5ec418b7802cc2a1ae2d189b2a68b66b GD-1.19.tar.gz |