diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-21 02:39:10 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-21 02:39:10 +0000 |
commit | 5bfa9f785d95f20efd3ad276d93a91a529b629dd (patch) | |
tree | e69ab16cf3be581fcba838f7af484e1a02bcd0a9 /net-libs/libsmi | |
parent | stable on ppc64, bug #57164 (diff) | |
download | historical-5bfa9f785d95f20efd3ad276d93a91a529b629dd.tar.gz historical-5bfa9f785d95f20efd3ad276d93a91a529b629dd.tar.bz2 historical-5bfa9f785d95f20efd3ad276d93a91a529b629dd.zip |
initial ebuild, by Barry Myles <gentoo@smyles.plus.com>, updated by myself.
Diffstat (limited to 'net-libs/libsmi')
-rw-r--r-- | net-libs/libsmi/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libsmi/files/digest-libsmi-0.4.2 | 1 | ||||
-rw-r--r-- | net-libs/libsmi/libsmi-0.4.2.ebuild | 23 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net-libs/libsmi/ChangeLog b/net-libs/libsmi/ChangeLog new file mode 100644 index 000000000000..18669865ec1d --- /dev/null +++ b/net-libs/libsmi/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-libs/libsmi +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/ChangeLog,v 1.1 2004/07/21 02:39:10 robbat2 Exp $ + +*libsmi-0.4.2 (20 Jul 2004) + + 20 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> libsmi-0.4.2.ebuild: + initial ebuild, by Barry Myles <gentoo@smyles.plus.com>, updated by myself. + diff --git a/net-libs/libsmi/files/digest-libsmi-0.4.2 b/net-libs/libsmi/files/digest-libsmi-0.4.2 new file mode 100644 index 000000000000..bb04de04f984 --- /dev/null +++ b/net-libs/libsmi/files/digest-libsmi-0.4.2 @@ -0,0 +1 @@ +MD5 9971096cdb1b21eaca4fd643d0907b1f libsmi-0.4.2.tar.gz 2925903 diff --git a/net-libs/libsmi/libsmi-0.4.2.ebuild b/net-libs/libsmi/libsmi-0.4.2.ebuild new file mode 100644 index 000000000000..4e7d4c2b0030 --- /dev/null +++ b/net-libs/libsmi/libsmi-0.4.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/libsmi-0.4.2.ebuild,v 1.1 2004/07/21 02:39:10 robbat2 Exp $ + +DESCRIPTION="A Library to Access SMI MIB Information" +SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.ibr.cs.tu-bs.de/projects/${PN}/" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +src_compile() { + econf + emake || die +} + +src_install () { + einstall pibdir=${D}/usr/share/pibs mibdir=${D}/usr/share/mibs + dodoc smi.conf-example ANNOUNCE ChangeLog COPYING README THANKS TODO + cd ${S}/doc + dodoc *.txt smi.dia smi.dtd smi.xsd +} |