summaryrefslogtreecommitdiff
blob: 43fa66e44407543d498f7bdd1be46d7b48585812 (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-emb/cl-emb-0.4.3.ebuild,v 1.1 2006/05/01 20:10:38 mkennedy Exp $

inherit common-lisp

DESCRIPTION="Embedded Common Lisp and template system"
HOMEPAGE="http://common-lisp.net/project/cl-emb/"
# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""

DEPEND="virtual/commonlisp
	dev-lisp/cl-ppcre"

CLPACKAGE=cl-emb

src_install() {
	common-lisp-install *.asd *.lisp
	common-lisp-system-symlink
	dohtml examples.*
	dodoc TODO LICENSE.txt lsp-LICENSE.txt README
}