summaryrefslogtreecommitdiff
blob: 0904467f66aedaa65fe6bf91dc0542cd51ad3810 (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
30
31
32
33
34
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $

inherit common-lisp-2 eutils

MY_P="${PN}-version-${PV}"

DESCRIPTION="Araneida is small, highly-portable web server for Common Lisp"
HOMEPAGE="http://www.cliki.net/Araneida"
SRC_URI="http://common-lisp.net/project/${PN}/release/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="!dev-lisp/cl-${PN}
		dev-lisp/split-sequence
		dev-lisp/net-telent-date"

S="${WORKDIR}/${MY_P}"

src_install() {
	common-lisp-install *.{asd,lisp} NEWS
	common-lisp-install utility obsolete ${PN}-repl compat
	common-lisp-symlink-asdf

	dohtml doc/*.{html,css,lisp} doc/PLAN
	dosym /usr/share/doc/${PF}/html "${CLSOURCEROOT}"/${PN}/doc

	dodoc doc/*.txt RELEASE_NOTES NEWS Notes README TODO
	dodoc "${FILESDIR}"/README.Gentoo
}