| 1 | # Copyright 1999-2009 Gentoo Foundation |
|---|
| 2 | # Distributed under the terms of the GNU General Public License v2 |
|---|
| 3 | # $Header: $ |
|---|
| 4 | |
|---|
| 5 | inherit subversion toolchain-funcs |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION="AR6kSDK/configuration" |
|---|
| 8 | HOMEPAGE="http://www.openmoko.org" |
|---|
| 9 | ESVN_REPO_URI="http://svn.openmoko.org/trunk/src/target/AR6kSDK.build_sw.18" |
|---|
| 10 | |
|---|
| 11 | LICENSE="GPL-2" |
|---|
| 12 | SLOT="0" |
|---|
| 13 | KEYWORDS="~arm" |
|---|
| 14 | IUSE="" |
|---|
| 15 | |
|---|
| 16 | DEPEND="" |
|---|
| 17 | RDEPEND="" |
|---|
| 18 | |
|---|
| 19 | src_compile() { |
|---|
| 20 | cd "${S}/host/tools/wmiconfig" |
|---|
| 21 | emake CC="$(tc-getCC)" |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | src_install() { |
|---|
| 25 | cd "${S}/host/tools/wmiconfig" |
|---|
| 26 | dosbin wmiconfig |
|---|
| 27 | } |
|---|