DESCRIPTION="Source code from the book 'Structure and Interpretation of Computer Programs'" HOMEPAGE="http://mitpress.mit.edu/sicp/" SRC_URI="http://mitpress.mit.edu/sicp/code/allcode.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" RDEPEND="dev-scheme/drscheme" src_install() { cd "${WORKDIR}" dobin "${FILESDIR}/sicp" dodir /usr/share/sicp insinto /usr/share/sicp doins "${FILESDIR}/helper.scm" doins *.scm } pkg_postinst() { einfo einfo "sources have been installed in /usr/share/sicp/" einfo "use the command 'sicp []' to load the sources in an interpreter." einfo }