diff options
Diffstat (limited to 'dev-lisp/cl-prevalence/cl-prevalence-20040709.ebuild')
-rw-r--r-- | dev-lisp/cl-prevalence/cl-prevalence-20040709.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-lisp/cl-prevalence/cl-prevalence-20040709.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-20040709.ebuild new file mode 100644 index 000000000000..016beff725d6 --- /dev/null +++ b/dev-lisp/cl-prevalence/cl-prevalence-20040709.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-prevalence/cl-prevalence-20040709.ebuild,v 1.1 2004/07/11 05:06:50 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp." +HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/" +SRC_URI="mirrors://gentoo/cl-prevalence-20040709.tar.gz" +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +DEPEND="dev-lisp/cl-s-xml" + +S=${WORKDIR}/${PN} + +CLPACKAGE=cl-prevalence + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${PV}-gentoo.patch +} + +src_install() { + dodir /usr/share/common-lisp/source/cl-prevalence + dodir /usr/share/common-lisp/systems + cp -R src ${D}/usr/share/common-lisp/source/cl-prevalence/ + common-lisp-install cl-prevalence.asd + common-lisp-system-symlink + dosym /usr/share/common-lisp/source/cl-prevalence/cl-prevalence.asd \ + /usr/share/common-lisp/systems/ + +} |