void-packages/srcpkgs/bluez/libbluetooth.template

15 lines
378 B
Plaintext
Raw Normal View History

# Template file for 'libbluetooth'.
#
short_desc="Library to use the Bluez Linux Bluetooth Stack"
long_desc="
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
distributed under GNU General Public License (GPL)."
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so.* ${DESTDIR}/usr/lib
}