summaryrefslogtreecommitdiff
blob: 4f6ea25d5601bac22c7597ec719738d6e028d099 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit common-lisp-2

MY_PV=${PV:0:3}
CVS_PV=${PV:5:4}.${PV:9:2}.${PV:11}
FULL_PV=${MY_PV}+cvs.${CVS_PV}
MY_P=cl-${PN}_${FULL_PV}

DESCRIPTION="McIntire's Common Lisp RSA Library"
HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-rsa"
SRC_URI="mirror://debian/pool/main/c/cl-${PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="!dev-lisp/cl-${PN}
		dev-lisp/rsm-mod
		dev-lisp/rsm-string
		dev-lisp/cl-plus"

S="${WORKDIR}"/cl-${PN}

src_unpack() {
	unpack ${A}
	epatch "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
}

src_install() {
	common-lisp-install *.{lisp,asd}
	common-lisp-symlink-asdf
	dohtml ${PN}.html
}