diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-24 07:55:36 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-24 07:55:36 +0000 |
commit | 58b2372a4f422e3eb09d1fc644080e164250e1c0 (patch) | |
tree | 3a4787819ee7ad2b13c9a9653fdc41dd47c27010 /dev-perl/PlRPC | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-58b2372a4f422e3eb09d1fc644080e164250e1c0.tar.gz gentoo-2-58b2372a4f422e3eb09d1fc644080e164250e1c0.tar.bz2 gentoo-2-58b2372a4f422e3eb09d1fc644080e164250e1c0.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/PlRPC')
-rw-r--r-- | dev-perl/PlRPC/PlRPC-0.2012.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/PlRPC/files/digest-PlRPC-0.2012 | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/PlRPC/PlRPC-0.2012.ebuild b/dev-perl/PlRPC/PlRPC-0.2012.ebuild new file mode 100644 index 000000000000..afe3dd13f39e --- /dev/null +++ b/dev-perl/PlRPC/PlRPC-0.2012.ebuild @@ -0,0 +1,30 @@ +# 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/PlRPC/PlRPC-0.2012.ebuild,v 1.1 2001/01/24 07:52:00 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +DESCRIPTION="The Perl RPC Module" +SRC_URI="http://www.cpan.org/modules/by-module/RPC/${A}" +HOMEPAGE="http://www.cpan.org/modules/by-module/RPC/${P}.readme" + +DEPEND=">=dev-perl/Storable-1.0.7 + >=dev-perl/Net-Daemon-0.34 + >=sys-devel/perl-5" + +src_compile() { + cd ${S} + perl Makefile.PL + try make +} + +src_install () { + cd ${S} + try make PREFIX=${D}/usr install + dodoc ChangeLog MANIFEST README +} + + + diff --git a/dev-perl/PlRPC/files/digest-PlRPC-0.2012 b/dev-perl/PlRPC/files/digest-PlRPC-0.2012 new file mode 100644 index 000000000000..e93e5777aeb5 --- /dev/null +++ b/dev-perl/PlRPC/files/digest-PlRPC-0.2012 @@ -0,0 +1 @@ +MD5 4597768fe4f40e96d413b27fcb2cecbd PlRPC-0.2012.tar.gz |