# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit linux-mod git DESCRIPTION="iPhone USB Ethernet Driver for Linux" HOMEPAGE="http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver" EGIT_REPO_URI="git://github.com/dgiagio/ipheth.git/" EGIT_PROJECT="ipheth" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" MODULE_NAMES="ipheth()" BUILD_TARGETS="all" RDEPEND="${DEPEND} =app-pda/ipheth-pair-9999" src_compile() { S="${WORKDIR}/${P}/ipheth-driver" linux-mod_src_compile || die "linux-mod_src_compile failed" }