2009-12-02 23:36:10 +00:00
|
|
|
# Template file for 'libbluetooth-devel'.
|
|
|
|
#
|
2012-10-10 15:12:59 +00:00
|
|
|
noarch=yes
|
|
|
|
depends="libbluetooth-${version}_${revision}"
|
2009-12-02 23:36:10 +00:00
|
|
|
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)."
|
|
|
|
|
2012-10-10 15:12:59 +00:00
|
|
|
do_install() {
|
2010-04-23 15:46:48 +00:00
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
2009-12-03 00:13:10 +00:00
|
|
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
2009-12-02 23:36:10 +00:00
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
|
|
}
|