# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ S=${WORKDIR}/cltl DESCRIPTION="Common Lisp The Language, 2nd Edition" SRC_URI="http://www-2.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/lang/lisp/doc/cltl/cltl_ht.tgz" HOMEPAGE="http://www-2.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html" SLOT="0" LICENSE="GFDL" KEYWORDS="~x86" src_install() { dodoc README dohtml -r * }