summaryrefslogtreecommitdiff
blob: b9f8154c955a3512117b1fd33be492cdd5481a17 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-launch/cl-launch-2.03.ebuild,v 1.1 2006/11/22 03:16:34 mkennedy Exp $

inherit eutils common-lisp

DESCRIPTION="cl-launch is a utility to make Common Lisp software easily invokable from the command-line."
HOMEPAGE="http://www.cliki.net/cl-launch"
SRC_URI="http://fare.tunes.org/files/cl-launch/cl-launch_${PV}.orig.tar.gz"
LICENSE="No-Problem-Bugroff LLGPL-2.1"
SLOT="0"
KEYWORDS="~sparc ~ppc ~amd64 ~x86"
IUSE=""
DEPEND=""

CLPACKAGE='cl-launch'

src_compile() {
	./cl-launch.sh -I /usr/share/common-lisp/cl-launch \
		-B generate_install_files
	./cl-launch.sh -I /usr/share/common-lisp/cl-launch \
		-B print_cl_launch_asd >cl-launch.asd
}

src_install() {
	dobin cl-launch
	common-lisp-install header.lisp wrapper.sh cl-launch.asd
	common-lisp-system-symlink
}