mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
21 lines
497 B
Bash
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
|
|
}
|