# Author: Ollie Rutherfurd A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="PyChecker finds common bugs in Python code." SRC_URI="http://prdownloads.sourceforge.net/pychecker/"${A} HOMEPAGE="http://pychecker.sourceforge.net/" DEPEND="virtual/python" src_install(){ cd ${S} try python setup.py install dodoc README CHANGELOG TODO MAINTAINERS COPYRIGHT KNOWN_BUGS }