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

EAPI=4
WX_GTK_VER=2.8

inherit eutils wxwidgets

DESCRIPTION="GUI for abgx360"
HOMEPAGE="http://abgx360.net/"
SRC_URI="http://dl.dropbox.com/u/59058148/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-arch/abgx360
	x11-libs/wxGTK:2.8[X]"
DEPEND="${RDEPEND}"

# TODO: desktop file
src_install() {
	default
	make_desktop_entry abgx360gui abgx360
}