summaryrefslogtreecommitdiff
blob: b6713fdf10279504b5b2d92b468f4b6ddb3e8f25 (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-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.2.ebuild,v 1.1 2006/09/02 07:46:41 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
}