summaryrefslogtreecommitdiff
blob: 5c9d3d2bccb305e4086db2170e448f4767bf2880 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-chunga/cl-chunga-0.1.1.ebuild,v 1.1 2006/09/02 08:16:30 mkennedy Exp $

inherit common-lisp

DESCRIPTION="Portable chunked streams for Common Lisp"
HOMEPAGE="http://weitz.de/chunga/"
SRC_URI="mirror://gentoo/${PN/cl-}_${PV}.orig.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/cl-flexi-streams"
SLOT="0"

S=${WORKDIR}/${P/cl-}

CLPACKAGE=chunga

src_install() {
	common-lisp-install *.{lisp,asd}
	common-lisp-system-symlink
	dodoc CHANGELOG*
	dohtml doc/index.html
}