summaryrefslogtreecommitdiff
blob: 66e8042e5ec5942a4a5c8357af413607ad7b145f (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
35
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild,v 1.3 2004/06/24 23:46:35 agriffis Exp $

inherit common-lisp eutils

DESCRIPTION="A Common Lisp package for generating HTML and XHTML documents"
HOMEPAGE="http://www.b9.com/"
SRC_URI="ftp://ftp.b9.com/lml2/lml2-${PV}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-lisp/common-lisp-controller
	virtual/commonlisp"

CLPACKAGE=lml2

S=${WORKDIR}/lml2-${PV}

src_unpack() {
	unpack ${A}
	# minor format argument fix (sent to kmr@debian.org Wed Feb 11 2004)
	epatch ${FILESDIR}/${PV}-gentoo.patch
}
src_install() {
	common-lisp-install *.lisp lml2.asd
	common-lisp-system-symlink
	dodoc README ChangeLog
	dohtml doc/readme.html
	docinto examples
	dodoc doc/make.lisp doc/Makefile doc/readme.lml
}