/net-libs/libsmi/libsmi-0.4.5.ebuild

http://github.com/stsquad/Gentoo-Overlay · Unknown · 24 lines · 21 code · 3 blank · 0 comment · 0 complexity · 04d2592f0ca8748e6f0eb7abfcaef641 MD5 · raw file

  1. # Copyright 1999-2007 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/libsmi-0.4.5.ebuild,v 1.6 2007/06/17 11:20:20 armin76 Exp $
  4. DESCRIPTION="A Library to Access SMI MIB Information"
  5. SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
  6. HOMEPAGE="http://www.ibr.cs.tu-bs.de/projects/${PN}/"
  7. LICENSE="BSD"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
  10. IUSE="debug"
  11. RESTRICT="test"
  12. src_compile() {
  13. econf
  14. emake || die
  15. }
  16. src_install () {
  17. einstall pibdir=${D}/usr/share/pibs mibdir=${D}/usr/share/mibs
  18. dodoc smi.conf-example ANNOUNCE ChangeLog COPYING README THANKS TODO
  19. cd ${S}/doc
  20. dodoc *.txt smi.dia smi.dtd smi.xsd
  21. }