blob: 2cdc615fd2677ea123fa291da299272122f62c13 [file] [log] [blame]
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-spatial-trees/cl-spatial-trees-0.1.ebuild,v 1.1 2006/03/16 04:30:15 mkennedy Exp $
inherit common-lisp
DESCRIPTION="A Common Lisp library providing access to dynamic index structures for spatially-extended data."
HOMEPAGE="http://www.cliki.net/spatial-trees"
SRC_URI="http://ftp.linux.org.uk/pub/lisp/cclan/spatial-trees-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=spatial-trees
S=${WORKDIR}/spatial-trees-${PV}
src_install() {
common-lisp-install *.{asd,lisp}
common-lisp-system-symlink
dodoc LICENCE TODO
}