blob: 058feb2132ae235222bd8233d207d77ce31cf227 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
inherit common-lisp-2
MY_PN=telnetlib-for-common-lisp
MY_P=${MY_PN}-${PV}
DESCRIPTION="A CommonLisp port from Python's telnetlib library."
HOMEPAGE="http://telnetlib-for-common-lisp.googlecode.com/
http://www.cliki.net/telnetlib"
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.zip"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/usocket
dev-lisp/flexi-streams"
S="${WORKDIR}"/${MY_P}
|