From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../zd1211-firmware/zd1211-firmware-1.5.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild (limited to 'sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild') diff --git a/sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild b/sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild new file mode 100644 index 000000000000..fd8ff1925c21 --- /dev/null +++ b/sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Firmware for ZyDAS ZD1211 USB-WLAN devices supported by the zd1211rw driver" +HOMEPAGE="https://sourceforge.net/projects/zd1211/" +SRC_URI="mirror://sourceforge/zd1211/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +S=${WORKDIR}/${PN} + +src_install() { + insinto /lib/firmware/zd1211 + doins zd1211_u{b,r,phr} zd1211b_u{b,r,phr} + dodoc README +} -- cgit v1.2.3