blob: 728ce4c78f2b3746d9ed28fa04ce6b7817e72669 (
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-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit common-lisp-2
DESCRIPTION="Closure is a web browser implemented in Common Lisp, implemented using the CLIM user interface toolkit."
HOMEPAGE="http://common-lisp.net/project/closure"
SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/cxml
dev-lisp/closure-html
dev-lisp/mcclim
dev-lisp/bordeaux-threads
dev-lisp/trivial-sockets
dev-lisp/zip
dev-lisp/flexi-streams
dev-lisp/skippy
media-libs/jpeg"
src_install() {
common-lisp-install ${PN}.asd resources src
common-lisp-symlink-asdf
}
|