summaryrefslogtreecommitdiff
blob: a903ce838161e225bfbacf6fd47739c59de42635 (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-2005 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.1.ebuild,v 1.1 2005/08/07 20:12:40 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
}