aboutsummaryrefslogtreecommitdiff
blob: 8c4859f230e7d26d09d50964a688276f03bffa25 (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit subversion toolchain-funcs

DESCRIPTION="AR6kSDK/configuration"
HOMEPAGE="http://www.openmoko.org"
ESVN_REPO_URI="http://svn.openmoko.org/trunk/src/target/AR6kSDK.build_sw.18"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm"
IUSE=""

DEPEND=""
RDEPEND=""

src_compile() {
	cd "${S}/host/tools/wmiconfig"
	emake CC="$(tc-getCC)"
}

src_install() {
	cd "${S}/host/tools/wmiconfig"
	dosbin wmiconfig
}