summaryrefslogtreecommitdiff
blob: 2e066d1626a1e0c6b8a2d78da7f2527080ff7d3d (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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild,v 1.3 2007/02/03 17:56:38 flameeyes Exp $

inherit eutils common-lisp-common-2

DEB_PV=2

DESCRIPTION="OpenMCL is a Common Lisp implementation, derived from Digitool's MCL  product"
HOMEPAGE="http://packages.debian.org/unstable/devel/openmcl-build-tools"
SRC_URI="mirror://gentoo/${PN}_${PV}-${DEB_PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~ppc"
IUSE=""

DEPEND=""

src_unpack() {
	unpack ${A}
	tar xfz ${S}/openmcl-interfaces-${PV:2}.tar.gz -C ${S} || die
}

src_install() {
	insinto /usr/lib/openmcl
	doins PPCCL-orig
	doins -r ccl/headers
	do-debian-credits
}