# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="MyHDL is a Python package for using Python as a hardware description and verification language." SRC_URI="http://download.sourceforge.net/myhdl/${P}.tar.gz" RESTRICT="nomirror" HOMEPAGE="http://jandecaluwe.com/Tools/MyHDL/Overview.html" DEPEND="virtual/python" IUSE="" SLOT="0" KEYWORDS="~x86" LICENSE="LPGL-2.1" src_install() { distutils_src_install dodoc *.txt cp -r doc/* example cosimulation ${D}/usr/share/doc/${PF} }