void-packages/srcpkgs/bluez/libbluetooth.template
2012-01-14 08:21:45 +01:00

13 lines
351 B
Plaintext

# 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)."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so* ${DESTDIR}/usr/lib
}