summaryrefslogtreecommitdiff
blob: 20907ce8d4b1c29df45028a588d4904d6c41d2b8 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aim/cl-aim-1.1.ebuild,v 1.3 2005/04/15 17:16:02 mkennedy Exp $

inherit common-lisp eutils

DEB_PV=1

DESCRIPTION="Common Lisp interface to AOL's TOC instant messaging protocol"
HOMEPAGE="http://claim.sourceforge.net/"
SRC_URI="mirror://sourceforge/claim/claim_${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 ~amd64"
IUSE=""

DEPEND="dev-lisp/cl-trivial-sockets"

S=${WORKDIR}/claim_${PV}

CLPACKAGE=claim

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/${PV}-trivial-sockets-gentoo.patch
}

src_install() {
	common-lisp-install *.lisp claim.asd
	common-lisp-system-symlink
	dodoc LICENSE.txt PROTOCOL.txt README
	docinto examples
	dodoc examples/gossip-bot.lisp
}