summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-11-27 00:47:46 +0100
committerMarek Szuba <marecki@gentoo.org>2021-11-27 00:47:46 +0100
commitbfef8dd946215c25a666dd38138faef58669e7b1 (patch)
tree04decb3f8de85e3feb6772a7aee72b92b2b7e8bd /sys-firmware
parentsys-firmware/atmel-firmware: update EAPI 5 -> 8 (diff)
downloadgentoo-bfef8dd946215c25a666dd38138faef58669e7b1.tar.gz
gentoo-bfef8dd946215c25a666dd38138faef58669e7b1.tar.bz2
gentoo-bfef8dd946215c25a666dd38138faef58669e7b1.zip
sys-firmware/bluez-firmware: update EAPI 5 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r--sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
new file mode 100644
index 000000000000..ec1c59572e1e
--- /dev/null
+++ b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips"
+HOMEPAGE="http://www.bluez.org/"
+SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz"
+
+RESTRICT="bindist mirror"
+
+LICENSE="bluez-firmware"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86"
+IUSE=""
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+ econf --libdir=/lib
+}
+
+src_compile() {
+ :
+}