Ticket #127: wmiconfig-9999.ebuild

File wmiconfig-9999.ebuild, 0.5 KB (added by alonbl, 3 years ago)

wmiconfig-9999.ebuild

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