summaryrefslogtreecommitdiff
blob: c90301c07c2177c1469fbb3d6d4175371c86fe8e (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
# 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="CL-PDF is a cross-platform Common Lisp library for generating PDF files"
HOMEPAGE="http://www.fractalconcept.com/asp/cl-pdf"
EGIT_REPO_URI="git://github.com/mbattyani/cl-pdf.git"

LICENSE="BSD-2"
SLOT="0"
IUSE=""

RDEPEND="dev-lisp/salza2
		dev-lisp/iterate"

CLSYSTEMS="${PN} ${PN}-parser"

src_install() {
	common-lisp-install-sources *.lisp contrib
	common-lisp-install-asdf
	insinto "${CLSOURCEROOT}"/"${PN}"/afm && doins afm/*.afm
	dodoc *.txt
	docinto examples && dodoc examples/*
}