diff options
Diffstat (limited to 'dev-lisp/cl-with/cl-with-20020712.ebuild')
-rw-r--r-- | dev-lisp/cl-with/cl-with-20020712.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-lisp/cl-with/cl-with-20020712.ebuild b/dev-lisp/cl-with/cl-with-20020712.ebuild new file mode 100644 index 000000000000..10a6dd5ee81f --- /dev/null +++ b/dev-lisp/cl-with/cl-with-20020712.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-with/cl-with-20020712.ebuild,v 1.1 2005/10/01 07:07:09 mkennedy Exp $ + +inherit common-lisp eutils + +DESCRIPTION="With -- The Bastard Son of Loop" +HOMEPAGE="http://www.geocities.com/mparker762/with.html" +SRC_URI="mirror://gentoo/with-${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lisp/cl-plus" + +S=${WORKDIR}/ + +CLPACKAGE=with + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${PV}-gentoo.patch +} + +src_install() { + common-lisp-install *.lisp ${FILESDIR}/with.asd + common-lisp-system-symlink + dodoc license.txt +} |