summaryrefslogtreecommitdiff
blob: d204f1d3a5ad69479f80ad42f492402ce44ea463 (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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-zpb-ttf/cl-zpb-ttf-0.7.ebuild,v 1.1 2006/11/10 05:57:12 mkennedy Exp $

inherit common-lisp eutils

DESCRIPTION="TrueType font file access library for Common Lisp"
HOMEPAGE="http://www.xach.com/lisp/zpb-ttf/"
SRC_URI="mirror://gentoo/zpb-ttf-${PV}.tgz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86 ~ppc"
IUSE=""

DEPEND="dev-lisp/common-lisp-controller
	virtual/commonlisp"

S=${WORKDIR}/zpb-ttf-${PV}

CLPACKAGE=zpb-ttf

src_install() {
	common-lisp-install *.{lisp,asd}
	common-lisp-system-symlink
	dohtml *.{html,png}
	dodoc LICENSE
}