void-packages/srcpkgs/bluez/libbluetooth.template
Juan RP 7a925429ed Added bluez-4.58 build template!
--HG--
extra : convert_revision : bbe502e2866a946e3e55416167c479b2f02b2645
2009-12-03 00:36:10 +01:00

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