S=${WORKDIR} TARGET=/usr/share/doc DESCRIPTION="\"The\" Free Python book" SRC_URI="http://diveintopython.org/download/diveintopython-html-5.4.zip" HOMEPAGE="http://diveintopython.org" DEPEND="app-arch/unzip" SLOT="0" LICENSE="GFDL" KEYWORDS="x86 ppc sparc alpha mips hppa amd64 arm ia64 mips s390 sh" IUSE="" src_install() { dodir ${TARGET} cp -a ${S}/* ${D}${TARGET} }