summaryrefslogtreecommitdiff
blob: 765a8788bafa536c2f38a04289eafa3e0786f7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2007 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.2.ebuild,v 1.4 2007/08/16 09:59:12 dertobi123 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
}