# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_P="dabo-0.4.1-mac-nix" DESCRIPTION="A 3-tier, cross-platform application development framework written in Python atop the wxPython GUI toolkit" HOMEPAGE="http://dabodev.com/" SRC_URI="ftp://dabodev.com/dabo/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR}/${PN} DEPEND=">=virtual/python-2.3 >=dev-python/setuptools-0.5 app-arch/gzip app-arch/tar" RDEPEND=">=dev-python/wxpython-2.5.2.8 ${DEPEND}" src_install() { DOCS="ANNOUNCE ChangeLog INSTALL README AUTHORS LICENSE.TXT TODO" distutils_src_install docinto Dabo.egg-info dodoc Dabo.egg-info/* }