2009-12-03 00:36:10 +01:00
|
|
|
# Template file for 'libbluetooth-devel'.
|
|
|
|
#
|
|
|
|
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
|
|
|
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-devel
|
|
|
|
Add_dependency run libbluetooth
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2010-04-23 17:46:48 +02:00
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
2009-12-03 01:13:10 +01:00
|
|
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
2009-12-03 00:36:10 +01:00
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
|
|
}
|