summaryrefslogtreecommitdiff
blob: afffd6cd763c6f5b27e31f146ec9e38b9a049a6f (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-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild,v 1.3 2004/07/14 15:56:15 agriffis Exp $

inherit common-lisp

DESCRIPTION="CL-MENUSYSTEM is a menu system for Common Lisp that implements menu control and settings editing for Common Lisp applications."
HOMEPAGE="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/"
SRC_URI="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/cl-menusystem-${PV:0:4}-${PV:4:2}-${PV:6:2}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
	virtual/commonlisp"

CLPACKAGE=cl-menusystem

S=${WORKDIR}/${PN}

src_install() {
	common-lisp-install *.lisp cl-menusystem.asd
	common-lisp-system-symlink
	dodoc DOCUMENTATION README
}