diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-13 00:58:30 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-13 00:58:30 +0000 |
commit | 9e65372769ebf503e8585e611f00f56bd077ddec (patch) | |
tree | e17317e269133d25f0b86729ee6234aca3fc2473 /dev-lisp/ecls | |
parent | Added Buffy GTK+ theme engine, version 0.2 (diff) | |
download | gentoo-2-9e65372769ebf503e8585e611f00f56bd077ddec.tar.gz gentoo-2-9e65372769ebf503e8585e611f00f56bd077ddec.tar.bz2 gentoo-2-9e65372769ebf503e8585e611f00f56bd077ddec.zip |
small fixes
Diffstat (limited to 'dev-lisp/ecls')
-rw-r--r-- | dev-lisp/ecls/ecls-0.2.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
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 <karltk@gentoo.org> -# $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 - } |