void-packages/srcpkgs/bluez/libbluetooth.template
Juan RP dfa9c6f1bb libbluetooth: move so symlink into main pkg.
--HG--
extra : convert_revision : 26126b5974c9105c2fe15332fc4d7b07dbb7ca13
2010-04-23 17:46:48 +02:00

17 lines
389 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)."
revision=1
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so* ${DESTDIR}/usr/lib
}