diff options
author | Jerry Alexandratos <jerry@gentoo.org> | 2000-11-06 19:36:48 +0000 |
---|---|---|
committer | Jerry Alexandratos <jerry@gentoo.org> | 2000-11-06 19:36:48 +0000 |
commit | 46fadecda7127aa0b226c20bc9b7ad0683fa27af (patch) | |
tree | 4091edf3fcfe87cfd6ebb2fb66b29d9946474109 /dev-perl/SNMP_Session | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-46fadecda7127aa0b226c20bc9b7ad0683fa27af.tar.gz gentoo-2-46fadecda7127aa0b226c20bc9b7ad0683fa27af.tar.bz2 gentoo-2-46fadecda7127aa0b226c20bc9b7ad0683fa27af.zip |
Initial import of SNMP_Session module into portage tree.
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.80.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/files/digest-SNMP_Session-0.80 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.80.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.80.ebuild new file mode 100644 index 000000000000..087a2f629cf9 --- /dev/null +++ b/dev-perl/SNMP_Session/SNMP_Session-0.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry Alexandratos <jerry@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.80.ebuild,v 1.1 2000/11/06 19:36:48 jerry Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +DESCRIPTION="A SNMP Perl Module" +SRC_URI="ftp://ftp.switch.ch/software/sources/network/snmp/perl/${A}" +HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/" + +DEPEND=">=sys-devel/perl-5" + +src_compile() { + cd ${S} + perl Makefile.PL + try make +} + +src_install () { + cd ${S} + try make PREFIX=${D}/usr install + dodoc MANIFEST README README.SNMP_util index.html +} diff --git a/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.80 b/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.80 new file mode 100644 index 000000000000..572d8dc27df6 --- /dev/null +++ b/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.80 @@ -0,0 +1 @@ +MD5 ec288958fb4cb80b5ec7eaed1283cedc SNMP_Session-0.80.tar.gz |