# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # This is from the atmel and atmel_cs driver incorporated in the 2.6 kernel tree. # Do not confuse this with the atmelwlandriver provided by Atmel # that is based at atmelwlandriver.sourceforge.net DESCRIPTION="Firmware images and config for atmel and atmel_cs wlan driver" HOMEPAGE="http://www.thekelleys.org.uk/atmel/" SRC_URI="http://www.thekelleys.org.uk/atmel/${P}.tar.gz" LICENSE="Atmel" #the new license that is posted in bug SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">sys-apps/hotplug-20031007" RDEPEND=">=net-wireless/wireless-tools-26-r1" src_install() { dodoc README COPYING VERSION insinto /usr/lib/hotplug/firmware || die doins images/*.bin images.usb/*.bin || die insinto /etc/pcmcia || die doins atmel.conf || die einfo You have to restart pcmcia for this changes to take effect. }