# Copyright 1999-2002 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.1 2002/12/17 23:09:38 blauwers 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* }