You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/ipw3945d/ipw3945d-1.7.18.ebuild

35 lines
944 B

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945d/ipw3945d-1.7.18.ebuild,v 1.2 2006/06/05 13:06:43 brix Exp $
DESCRIPTION="Regulatory daemon for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
HOMEPAGE="http://www.bughost.org/ipw3945/"
SRC_URI="http://www.bughost.org/ipw3945/daemon/${P}.tgz"
LICENSE="ipw3945"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=""
src_install() {
into /
use x86 && dosbin x86/ipw3945d
use amd64 && dosbin x86_64/ipw3945d
insinto /etc/modules.d/
newins ${FILESDIR}/${P}-modprobe.conf ${PN}
dodoc README.ipw3945d
}
pkg_postinst() {
einfo
einfo "A hook has been installed into the modprobe configuration in order to have"
einfo "the regulatory daemon automatically launched upon loading the ipw3945 driver."
einfo "You must run 'modules-update' for this hook to take affect."
einfo
}