summaryrefslogtreecommitdiff
blob: 25e3c15cff714f805b30501f5371b527d24efdc9 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-parenscript-darcs/cl-parenscript-darcs-20060825.ebuild,v 1.1 2006/08/25 06:11:31 mkennedy Exp $

EDARCS_REPOSITORY="http://common-lisp.net/project/ucw/repos/parenscript"

inherit eutils multilib darcs common-lisp

DESCRIPTION="ParenScript is a small lispy language that can be compiled to JavaScript."
HOMEPAGE="http://www.cliki.net/Parenscript"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~sparc ~ppc"
IUSE=""
DEPEND="virtual/commonlisp
	dev-lisp/common-lisp-controller"

CLPACKAGE=parenscript

src_install() {
	common-lisp-install parenscript.asd
	common-lisp-system-symlink
	insinto ${CLSOURCEROOT}/${CLPACKAGE}/
	doins -r src t
	dodoc COPYING
	insinto /usr/share/doc/${PF}
	doins docs/*.lisp docs/*.pdf
}