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/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild

22 lines
470 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips"
HOMEPAGE="http://bluez.sourceforge.net/"
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
}