# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/acx/acx-0.3.37_p20080112.ebuild,v 1.2 2008/02/07 21:03:52 spb Exp $ inherit git linux-mod DESCRIPTION="Driver for the ACX100 and ACX111 wireless chipset (CardBus, PCI, USB)" HOMEPAGE="http://acx100.sourceforge.net/" EGIT_REPO_URI="git://gitorious.org/acx-mac80211/mainline.git" LICENSE="GPL-2 as-is" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="net-wireless/wireless-tools net-wireless/acx-firmware" MODULE_NAMES="acx-mac80211(net:${S})" CONFIG_CHECK="WIRELESS_EXT FW_LOADER" unset SRC_URI pkg_setup() { linux-mod_pkg_setup BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" } src_unpack() { git_src_unpack } src_compile() { emake } src_install() { linux-mod_src_install dodoc README }