blob: b31b2a55ee6ba8fcca02c1803f1f541650eec6bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/gtkhx-0.9.4.ebuild,v 1.7 2005/07/10 20:03:31 swegener Exp $
DESCRIPTION="a GTK+ Hotline Client based off of Hx"
SRC_URI="http://gtkhx.sourceforge.net/files/${P}.tar.gz"
HOMEPAGE="http://gtkhx.sourceforge.net/index.html"
DEPEND="=x11-libs/gtk+-1.2*"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="x86 ppc"
src_install () {
einstall || die
dohtml -r doc
dodoc COPYING ChangeLog INSTALL README TODO
}
|