# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ MY_P="${PN}" S=${WORKDIR}/${PN}-${PV}/upstream DESCRIPTION="Paul Graham's excellent lisp book. On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme." SRC_URI="http://http.us.debian.org/debian/pool/non-free/o/onlisp/onlisp_1.0.orig.tar.gz" HOMEPAGE="http://www.paulgraham.com/onlisp.html" SLOT="0" LICENSE="GPL" KEYWORDS="~x86 ~ppc ~sparc" src_install() { dodir /usr/share/doc/onlisp cd ${S} insinto /usr/share/doc/onlisp doins * }