# Copyright 1999-2010 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.net/" SRC_URI="${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="app-cdr/abgx360 net-misc/curl sys-libs/zlib >=x11-libs/wxGTK-2.7.1" src_compile() { econf emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" }