summaryrefslogtreecommitdiff
blob: f06548c1a138de1abe85103edbf5ae635c163dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}