blob: 2c46db0ad958eb9b64f9837dcf85957c41cc6260 (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/tkseti/tkseti-3.06.ebuild,v 1.3 2005/08/24 12:56:18 cryos Exp $
DESCRIPTION="TkSeti is a GUI to control the SETI@Home client for UNIX."
SRC_URI="http://www.timshel.ca/tkseti/${P}.tar.gz"
HOMEPAGE="http://www.timshel.ca/tkseti/"
DEPEND=">=dev-lang/tcl-8.3.3
dev-lang/tk
sci-astronomy/setiathome"
SLOT="0"
LICENSE="as-is"
KEYWORDS="~sparc x86"
IUSE=""
src_compile() {
echo "Nothing to compile for ${P}."
}
src_install () {
dobin tkseti
doman tkseti.1
dodoc CHANGES README DOC
insinto /usr/share/tkseti/contrib
doins contrib/*
}
|