# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="lxml is a Pythonic binding for the libxml2_ and libxslt_ libraries" HOMEPAGE="http://codespeak.net/lxml/" SRC_URI="http://codespeak.net/lxml/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/libxml2-2.2.16 >=dev-libs/libxslt-1.1.12 >=dev-python/pyrex-0.9.3 virtual/python" S="${WORKDIR}/${PN}/" src_install() { distutils_src_install dodoc *.txt docinto doc dodoc doc/*.txt }