summaryrefslogtreecommitdiff
blob: 2dc1548869e8335f71d8215d6880410bf3a6968d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-utilities/cl-utilities-1.2.3.ebuild,v 1.1 2005/12/29 23:43:34 mkennedy Exp $

inherit common-lisp

DESCRIPTION="A Common Lisp library of semi-standard utilities."
HOMEPAGE="http://common-lisp.net/project/cl-utilities/"
SRC_URI="ftp://common-lisp.net/pub/project/cl-utilities/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

CLPACKAGE=cl-utilities

src_install() {
	common-lisp-install cl-utilities.asd *.lisp
	common-lisp-system-symlink
	dodoc README
	dohtml doc/*
}