# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.12.ebuild,v 1.8 2004/06/25 01:46:45 agriffis Exp $ inherit distutils DESCRIPTION="A fully functional X client library for Python, written in Python." SRC_URI="mirror://sourceforge/python-xlib/${P}.tar.gz" HOMEPAGE="http://python-xlib.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc alpha ia64" IUSE="" src_install () { mydoc="doc/ps/python-xlib.ps PKG-INFO TODO" distutils_src_install dohtml -r doc/html/ doinfo doc/info/*.info* }