pentoo-overlay/net-wireless/athload/athload-2009.01.23.ebuild
2009-01-24 01:21:33 +00:00

21 lines
497 B
Bash

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="athload scripts ripped from compat-wireless"
HOMEPAGE="http://wireless.kernel.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
src_install() {
dosbin ${FILESDIR}/athload ${FILESDIR}/athenable ${FILESDIR}/madwifi-unload
dodir /usr/lib/compat-wireless
insinto /usr/lib/compat-wireless
insopts -m0755
doins ${FILESDIR}/modlib.sh
}