blob: a5614369bb85d0af1b81ff57543b589cbaf72873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/savirc/savirc-1.99.ebuild,v 1.3 2004/11/13 17:53:03 swegener Exp $
DESCRIPTION="User friendly IRC client with unicode support and tcl/tk scripting"
SRC_URI="http://www.savirc.com/Downloads/savirc-Lin/${P}.tar.gz"
HOMEPAGE="http://www.savirc.com/"
KEYWORDS="x86 ~ppc"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
RDEPEND=">=dev-lang/tcl-8.3.0
>=dev-lang/tk-8.3.0"
DEPEND=""
src_install() {
make PREFIX=/usr DESTDIR=${D}/usr install || die "make install failed"
}
|