summaryrefslogtreecommitdiff
blob: 9c7bb992307b7f95e23af90d0965ca8674808bc0 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-utils-kt/cl-utils-kt-20050320.ebuild,v 1.6 2005/05/24 18:48:36 mkennedy Exp $

inherit common-lisp

DESCRIPTION="A library of Kenny Tilton's favourite Common Lisp utilities."
HOMEPAGE="http://common-lisp.net/project/cells/
	http://www.tilton-technology.com/cells_top.html"
SRC_URI="mirror://gentoo/utils-kt-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""

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

CLPACKAGE=utils-kt

S=${WORKDIR}/utils-kt

# Note: To update this version, use
# http://common-lisp.net/cgi-bin/viewcvs.cgi/cell-cultures/utils-kt/?cvsroot=cells
# and compare dates.  Then use the "Download tarball" link.

src_install() {
	common-lisp-install *.asd *.lisp
	common-lisp-system-symlink
}