diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-23 15:09:50 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-23 15:09:50 +0000 |
commit | cc6908b8944a7821237f7839842b217f105740a7 (patch) | |
tree | 50fbaf0ef11946dd6cd6fdaba529d566aa8d3fa6 /dev-lisp/cl-org-davep-dict/cl-org-davep-dict-2.3.ebuild | |
parent | marking 2.0.24 stable (diff) | |
download | historical-cc6908b8944a7821237f7839842b217f105740a7.tar.gz historical-cc6908b8944a7821237f7839842b217f105740a7.tar.bz2 historical-cc6908b8944a7821237f7839842b217f105740a7.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-org-davep-dict/cl-org-davep-dict-2.3.ebuild')
-rw-r--r-- | dev-lisp/cl-org-davep-dict/cl-org-davep-dict-2.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lisp/cl-org-davep-dict/cl-org-davep-dict-2.3.ebuild b/dev-lisp/cl-org-davep-dict/cl-org-davep-dict-2.3.ebuild new file mode 100644 index 000000000000..f44403001a6b --- /dev/null +++ b/dev-lisp/cl-org-davep-dict/cl-org-davep-dict-2.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-org-davep-dict/cl-org-davep-dict-2.3.ebuild,v 1.1 2004/06/23 15:06:31 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="An RFC2229 client library for Common Lisp" +HOMEPAGE="http://www.davep.org/lisp/" +SRC_URI="http://www.davep.org/lisp/${P#cl-}.tar.gz" +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND="dev-lisp/cl-acl-compat + dev-lisp/cl-split-sequence" + +CLPACKAGE=org-davep-dict + +S=${WORKDIR}/${P#cl-} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink +} |