diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-05-19 15:51:49 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-05-19 15:51:49 +0000 |
commit | af100a962503a8adb71df76f4e0c375c9a289aaa (patch) | |
tree | 0cdeb09b3fa64d3fb9887b17e33fb1e6246181c8 /dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild | |
parent | new port (Manifest recommit) (diff) | |
download | gentoo-2-af100a962503a8adb71df76f4e0c375c9a289aaa.tar.gz gentoo-2-af100a962503a8adb71df76f4e0c375c9a289aaa.tar.bz2 gentoo-2-af100a962503a8adb71df76f4e0c375c9a289aaa.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild')
-rw-r--r-- | dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild b/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild new file mode 100644 index 000000000000..65e87730c6c8 --- /dev/null +++ b/dev-lisp/cl-bouquet/cl-bouquet-0.1.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-bouquet/cl-bouquet-0.1.ebuild,v 1.1 2004/05/19 15:51:49 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="BOUQUET is a graph generator for ANSI Common Lisp which produces Tulip graph description files." +HOMEPAGE="http://sourceforge.net/projects/bouquet/" +SRC_URI="mirror://sourceforge/bouquet/bouquet-${PV}.tar.gz" +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +DEPEND="virtual/commonlisp + dev-lisp/common-lisp-controller" + +CLPACKAGE=bouquet + +S=${WORKDIR}/bouquet + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc README LICENSE +} |