mask e-file for removal.
[gentoo-china-overlay.git] / net-misc / iptux / iptux-0.5.1-r2.ebuild
blobe4b0425554c3122eda7867bcbaf185d7923e4d93
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 DESCRIPTION="Iptux is a ipmsg client in linux"
6 HOMEPAGE="http://code.google.com/p/iptux/"
7 SRC_URI="http://iptux.googlecode.com/files/${PN}-0.5.1-2.tar.gz"
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
14 DEPEND="
15         gnome-base/gconf
16         >=x11-libs/gtk+-2.10.14"
18 RDEPEND="${DEPEND}"
20 RESTRICT="primaryuri"
22 src_install() {
23         emake DESTDIR="${D}" install || die "install failed"