# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit python distutils DESCRIPTION="Generate Data Structures from XML Schema" HOMEPAGE="http://www.rexx.com/~dkuhlman/generateDS.html" SRC_URI="http://www.rexx.com/~dkuhlman/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86" IUSE="" DOCS="PKG-INFO README" src_compile() { distutils_src_compile } src_install() { distutils_src_install distutils_python_version dohtml generateDS.html xsltvsgenerateds.* cp -r Demos ${D}/usr/share/doc/${PF} dodir /usr/share/${PN} && cp -r tests ${D}/usr/share/${PN} dobin /usr/lib/python${PYVER}/site-packages/generateDS.py fperms 755 /usr/lib/python${PYVER}/site-packages/generateDS.py dosym /usr/lib/python${PYVER}/site-packages/generateDS.py /usr/bin/generateDS.py }