summaryrefslogtreecommitdiff
blob: 641d801c7115a981e6f612a7fd2b3eb3313c0d1d (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/WarpPipe-0.3.5.ebuild,v 1.1 2004/07/12 04:45:54 vapier Exp $

DESCRIPTION="connect gamecubes together over the network"
HOMEPAGE="http://www.warppipe.com/"
SRC_URI="http://www.warppipe.com/download/${P}-linux.tar.gz"

LICENSE="WarpPipe"
SLOT="0"
KEYWORDS="-* x86"
IUSE=""

DEPEND=""
RDEPEND="virtual/libc
	virtual/x11
	x11-libs/qt"

S=${WORKDIR}/${P}-linux

src_install() {
	into /opt
	dobin WarpPipe || die
	newbin soshell WarpPipe-soshell || die
}