inherit distutils python DESCRIPTION="BKchem is a chemical drawing program." HOMEPAGE="http://bkchem.zirael.org/" SRC_URI="http://bkchem.zirael.org/download/bkchem-${PV}.tar.gz" SLOT="0" KEYWORDS="x86 amd64" LICENSE="GPL-2" IUSE="cairo" DEPEND=">=dev-lang/python-2.3 cairo? ( >=dev-python/pycairo-1.2 )" pkg_setup() { distutils_python_tkinter } src_compile() { return } src_install() { # strip this path from the paths in site_config.py and bkchem script # we have to strip the trailing / from the $D path STRD=`echo "$D" | sed "s/\\\\/$//g"` distutils_src_install "--strip=${STRD}" }