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/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild

34 lines
707 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="A set of tools to manage bluetooth devices for linux"
HOMEPAGE="https://github.com/khvzak/bluez-tools"
COMMIT="97efd293491ad7ec96a655665339908f2478b3d1"
SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
net-wireless/bluez[obex]
sys-libs/readline:0"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS README )
PATCHES=( "${FILESDIR}/${P}-gcc-10.patch" )
S="${WORKDIR}/${PN}-${COMMIT}"
src_prepare() {
default
eautoreconf
}