Skip to content
Snippets Groups Projects
Commit 1e15ed63 authored by Bart Ribbers's avatar Bart Ribbers Committed by Leo
Browse files

main/bluez: enable sixaxis plugin

This allows using PS3 controllers wirelessly
parent 0f48fe99
1 merge request!14429main/bluez: enable sixaxis plugin
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bluez
pkgver=5.55
pkgrel=0
pkgrel=1
pkgdesc="Tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
arch="all"
......@@ -24,6 +24,7 @@ subpackages="
$pkgname-hid2hci
$pkgname-meshctl
$pkgname-obexd
$pkgname-plugins
$pkgname-zsh-completion:zshcomp:noarch
"
source="https://www.kernel.org/pub/linux/bluetooth/bluez-$pkgver.tar.xz
......@@ -61,7 +62,8 @@ build() {
--enable-library \
--enable-deprecated \
--enable-hid2hci \
--enable-mesh
--enable-mesh \
--enable-sixaxis
make
}
......@@ -138,6 +140,12 @@ obexd() {
mv "$pkgdir"/usr/lib/bluetooth/obexd "$subpkgdir"/usr/lib/bluetooth
}
plugins() {
pkgdesc="Bluez plugins (PS3 Sixaxis controller)"
cd "$builddir"
make DESTDIR="$subpkgdir" install-pluginLTLIBRARIES
}
zshcomp() {
depends=""
pkgdesc="Zsh compltions for $pkgname"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment