summaryrefslogtreecommitdiff
blob: 7501dc05c0591c098fe0b8db76c74cc76fcb2ebf (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
27
28
29
30
31
32
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit common-lisp-3 git-r3

DESCRIPTION="Comon Lisp bindings for the Cairo API"
HOMEPAGE="http://cliki.net/cl-cairo2"
EGIT_REPO_URI="https://github.com/rpav/cl-cairo2"

LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="dev-lisp/cffi
		dev-lisp/cl-utilities
		dev-lisp/cl-colors
		dev-lisp/metabang-bind
		dev-lisp/trivial-garbage
		dev-lisp/trivial-features
		>=x11-libs/cairo-1.6"

CLSYSTEMS="${PN} ${PN}-xlib ${PN}-quartz ${PN}-win32"

src_install() {
	common-lisp-install-sources src
	common-lisp-install-asdf
	dodoc README* TODO
	docinto tutorial && dodoc tutorial/*.{lisp,pdf}
}