summaryrefslogtreecommitdiff
blob: 27cdd5ff8ce40450c6947b300d60685d98a9392b (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
29
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild,v 1.4 2005/09/19 00:18:30 metalgod Exp $

XBOXGW_P="${PN}-1.08-2"
HMLIBS_P="hmlibs-1.07-2"
DESCRIPTION="Tunnels XBox system link games over the net"
HOMEPAGE="http://www.xboxgw.com/"
SRC_URI="http://www.xboxgw.com/rel/dist2.1/tarballs/i386/${XBOXGW_P}.tgz
	http://www.xboxgw.com/rel/dist2.1/tarballs/i386/${HMLIBS_P}.i386.tgz"

SLOT="0"
LICENSE="freedist"
KEYWORDS="~amd64 x86"
IUSE=""

S="${WORKDIR}"

src_install() {
	cd ${WORKDIR}/${HMLIBS_P}
	dolib.so *.so
	dobin hmdbdump
	insinto /usr/include/hmlibs
	doins *.h

	cd ${WORKDIR}/${XBOXGW_P}
	dobin xboxgw xbifsetup
	dodoc *.txt
}