Parent Directory
|
Revision Log
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file has been removed from debian's mirrors. (Portage version: 2.1.2-r5)
| 1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl-build-tools/openmcl-build-tools-20040505.ebuild,v 1.2 2005/07/10 01:11:41 swegener Exp $ |
| 4 | |
| 5 | inherit eutils common-lisp-common-2 |
| 6 | |
| 7 | DEB_PV=2 |
| 8 | |
| 9 | DESCRIPTION="OpenMCL is a Common Lisp implementation, derived from Digitool's MCL product" |
| 10 | HOMEPAGE="http://packages.debian.org/unstable/devel/openmcl-build-tools" |
| 11 | SRC_URI="mirror://gentoo/${PN}_${PV}-${DEB_PV}.tar.gz" |
| 12 | LICENSE="LGPL-2.1" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~ppc" |
| 15 | IUSE="" |
| 16 | |
| 17 | DEPEND="" |
| 18 | |
| 19 | src_unpack() { |
| 20 | unpack ${A} |
| 21 | tar xfz ${S}/openmcl-interfaces-${PV:2}.tar.gz -C ${S} || die |
| 22 | } |
| 23 | |
| 24 | src_install() { |
| 25 | insinto /usr/lib/openmcl |
| 26 | doins PPCCL-orig |
| 27 | doins -r ccl/headers |
| 28 | do-debian-credits |
| 29 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |