# Copyright 1999-2003 Gentoo Technologies, Inc. # 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.2 2003/02/13 11:38:54 vapier Exp $ S=${WORKDIR}/${P} 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" inherit distutils src_compile() { distutils_src_compile } src_install () { mydoc="doc/ps/python-xlib.ps PKG-INFO TODO" distutils_src_install dohtml -r doc/html/ doinfo doc/info/*.info* }