bluez: switch to /usr.
This commit is contained in:
parent
02d4fdb929
commit
350964ed5a
1 changed files with 8 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.101
|
version=4.101
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
configure_args="--libexecdir=/usr/lib --enable-gstreamer --enable-dund
|
||||||
--enable-alsa --enable-usb --enable-tools --enable-bccmd
|
--enable-alsa --enable-usb --enable-tools --enable-bccmd
|
||||||
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand
|
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand
|
||||||
--enable-cups --enable-pnat --enable-wiimote --disable-test
|
--enable-cups --enable-pnat --enable-wiimote --disable-test
|
||||||
--with-systemdunitdir=/lib/systemd/system --enable-sap
|
--with-systemdunitdir=/usr/lib/systemd/system --enable-sap
|
||||||
--enable-datafiles --enable-dbusoob --enable-health"
|
--enable-datafiles --enable-dbusoob --enable-health"
|
||||||
subpackages="bluez-alsa bluez-compat bluez-gstreamer libbluetooth libbluetooth-devel"
|
subpackages="bluez-alsa bluez-compat bluez-gstreamer libbluetooth libbluetooth-devel"
|
||||||
makedepends="pkg-config flex libudev-devel>=183 readline-devel dbus-devel glib-devel
|
makedepends="pkg-config flex libudev-devel>=183 readline-devel dbus-devel glib-devel
|
||||||
|
@ -43,5 +43,9 @@ post_install() {
|
||||||
vinstall test/${f} 755 usr/bin bluez-${f}
|
vinstall test/${f} 755 usr/bin bluez-${f}
|
||||||
done
|
done
|
||||||
# systemd takes care of bluetoothd initialization.
|
# systemd takes care of bluetoothd initialization.
|
||||||
rm -f ${DESTDIR}/lib/udev/rules.d/97-bluetooth.rules
|
rm -f ${DESTDIR}/usr/lib/udev/rules.d/97-bluetooth.rules
|
||||||
|
|
||||||
|
# Switch to /usr.
|
||||||
|
vmove "lib/*" usr/lib
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue