dfa9c6f1bb
--HG-- extra : convert_revision : 26126b5974c9105c2fe15332fc4d7b07dbb7ca13
18 lines
486 B
Text
18 lines
486 B
Text
# 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)."
|
|
|
|
revision=1
|
|
|
|
Add_dependency run glibc-devel
|
|
Add_dependency run libbluetooth
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
}
|