2009-12-03 00:36:10 +01:00
|
|
|
# Template file for 'bluez-alsa'.
|
|
|
|
#
|
|
|
|
short_desc="Bluetooth ALSA support"
|
|
|
|
long_desc="
|
|
|
|
This package contains a driver to operate with the ALSA stack.
|
|
|
|
|
|
|
|
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
|
|
|
distributed under GNU General Public License (GPL)."
|
|
|
|
|
|
|
|
conf_files="/usr/share/alsa/bluetooth.conf"
|
|
|
|
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run alsa-lib
|
2010-01-09 23:13:50 +01:00
|
|
|
Add_dependency run libbluetooth
|
2009-12-03 00:36:10 +01:00
|
|
|
Add_dependency run bluez
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2010-12-17 19:17:06 +01:00
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
2009-12-03 00:36:10 +01:00
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/alsa-lib ${DESTDIR}/usr/lib
|
|
|
|
}
|