diff options
Diffstat (limited to 'dev-lisp/cl-rfc2109/cl-rfc2109-0.2.1.ebuild')
-rw-r--r-- | dev-lisp/cl-rfc2109/cl-rfc2109-0.2.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lisp/cl-rfc2109/cl-rfc2109-0.2.1.ebuild b/dev-lisp/cl-rfc2109/cl-rfc2109-0.2.1.ebuild new file mode 100644 index 000000000000..f06548c1a138 --- /dev/null +++ b/dev-lisp/cl-rfc2109/cl-rfc2109-0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rfc2109/cl-rfc2109-0.2.1.ebuild,v 1.1 2005/08/05 14:31:03 mkennedy Exp $ + +inherit common-lisp eutils + +DESCRIPTION="An implementation of RFC 2109 (ie. HTTP cookies) in Common Lisp" +HOMEPAGE="http://www.cliki.net/rfc2109" +SRC_URI="http://code.microarray.omrf.org/rfc2109/rfc2109-version-${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc x86" +IUSE="" + +S=${WORKDIR}/rfc2109-${PV} + +DEPEND="dev-lisp/cl-split-sequence" + +CLPACKAGE=rfc2109 + +src_install() { + common-lisp-install *.{asd,lisp} + common-lisp-system-symlink +} |