From b9de70f90c82a5f64e397d03b07f3d40c001860b Mon Sep 17 00:00:00 2001 From: Chad Huneycutt Date: Mon, 13 Aug 2001 00:58:30 +0000 Subject: small fixes --- dev-lisp/ecls/ecls-0.2.ebuild | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'dev-lisp') diff --git a/dev-lisp/ecls/ecls-0.2.ebuild b/dev-lisp/ecls/ecls-0.2.ebuild index c335a4cb2c8f..8bbacbb0e47f 100644 --- a/dev-lisp/ecls/ecls-0.2.ebuild +++ b/dev-lisp/ecls/ecls-0.2.ebuild @@ -1,27 +1,25 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Karl Trygve Kalleberg -# $header:$ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.2.ebuild,v 1.2 2001/08/13 00:58:30 chadh Exp $ S=${WORKDIR}/${P} DESCRIPTION="Embeddable Common Lisp 'Spain'" -SRC_URI="http://prdownloads.sourceforge.net/ecls/ecls-0.2.tgz" +SRC_URI="http://prdownloads.sourceforge.net/ecls/${P}.tgz" PROVIDE="virtual/commonlisp" -src_unpack() { - - unpack ${P}.tgz - +#src_unpack() { +# +# unpack ${P}.tgz +# # mv ${WORKDIR}/ecls-0.2 ${S} -} +#} src_compile() { local myconf - cd ${S} - if [ "`use X`" ] then myopts="${myconf} --with-x" @@ -57,7 +55,5 @@ src_compile() { } src_install() { - try make install PREFIX=${D}/usr - } -- cgit v1.2.3-65-gdbad