# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/zd1201-firmware/zd1201-firmware-0.14.ebuild,v 1.2 2005/06/20 17:58:39 genstef Exp $ MY_P=zd1201-${PV}-fw S=${WORKDIR}/${MY_P} DESCRIPTION="Firmware for ZyDAS 1201 based USB 802.11b Network WiFi devices" HOMEPAGE="http://linux-lc100020.sourceforge.net/" SRC_URI="mirror://sourceforge/linux-lc100020/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=sys-apps/hotplug-20040923" src_compile() { echo "Binary, no compile" } src_install() { insinto /lib/firmware doins zd1201.fw zd1201-ap.fw dodoc README }