2009-12-02 23:36:10 +00:00
|
|
|
# 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
|
2010-04-23 15:46:48 +00:00
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so* ${DESTDIR}/usr/lib
|
2009-12-02 23:36:10 +00:00
|
|
|
}
|