diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-16 20:05:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-16 20:05:58 +0000 |
commit | e4413c27056a7749f31e9c9edfc676571015d6e6 (patch) | |
tree | 45ab3cf7e6f2e06fc2b41e34aef0011c2e8fe2f7 /dev-perl/SNMP_Session | |
parent | *** empty log message *** (diff) | |
download | historical-e4413c27056a7749f31e9c9edfc676571015d6e6.tar.gz historical-e4413c27056a7749f31e9c9edfc676571015d6e6.tar.bz2 historical-e4413c27056a7749f31e9c9edfc676571015d6e6.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.83.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/files/digest-SNMP_Session-0.83 | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.83.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.83.ebuild new file mode 100644 index 000000000000..f0adc180800b --- /dev/null +++ b/dev-perl/SNMP_Session/SNMP_Session-0.83.ebuild @@ -0,0 +1,24 @@ +# 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.83.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +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.83 b/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.83 new file mode 100644 index 000000000000..7ac3db91cc14 --- /dev/null +++ b/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.83 @@ -0,0 +1 @@ +MD5 d18ce3007d6b4f1cfd523c122c0653c9 SNMP_Session-0.83.tar.gz |