blob: 30d7903a82f6a004ad151e382f58008de3e8f523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit common-lisp-2
MY_P=${PN}_${PV}
DESCRIPTION="SASL client implementation for Common Lisp"
HOMEPAGE="http://www.dtek.chalmers.se/~henoch/text/cl-sasl.html
http://www.cliki.net/cl-sasl"
SRC_URI="http://www.dtek.chalmers.se/~henoch/text/${PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-lisp/ironclad"
S="${WORKDIR}"/${MY_P}
|