10 lines
315 B
Text
10 lines
315 B
Text
# Template file for 'libbluetooth-devel'.
|
|
#
|
|
depends="libbluetooth-${version}_${revision}"
|
|
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
|
|
|
do_install() {
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
}
|