summaryrefslogtreecommitdiff
blob: 0e0d0614e59e88d05168d79a652455f3070b6c03 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
inherit common-lisp-2 git

DESCRIPTION="Computer graphics algebra library for SBCL."
HOMEPAGE="http://github.com/3b/sb-cga"
EGIT_REPO_URI="git://github.com/3b/sb-cga.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="dev-lisp/sbcl
		dev-lisp/alexandria"

src_install() {
	common-lisp-install *.{lisp,asd} ports/
	common-lisp-symlink-asdf
	dodoc NOTES || die
}