# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Ollie Rutherfurd # $Header $ S="${WORKDIR}/Optik-${PV}" DESCRIPTION="Optik is a powerful, flexible, easy-to-use command-line parsing library for Python." SRC_URI="http://prdownloads.sourceforge.net/optik/Optik-${PV}.tar.gz" HOMEPAGE="http://optik.sourceforge.net/" DEPEND="virtual/python" src_install () { cd ${S} python setup.py install --prefix=${D}/usr || die dodoc *.txt examples/* }