summaryrefslogtreecommitdiff
blob: 61f1559cbe5de5d9e36114ec3fe331f39658f25a (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-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="GUI version of the utility to verify Xbox 360 ISOs against an
online database."
HOMEPAGE="http://abgx360.xecuter.com/"
SRC_URI="http://dl.dropbox.com/u/59058148/${P}.tar.gz"

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

DEPEND=""
RDEPEND="app-cdr/abgx360
		net-misc/curl
		sys-libs/zlib
		>=x11-libs/wxGTK-2.7.1
		x11-terms/xterm"

src_compile() {
	econf
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
}