void-packages/srcpkgs/bluez/libbluetooth-devel.template
Juan RP 99c172031e libbluetooth-devel: install headers in proper location.
--HG--
extra : convert_revision : deba9b151295e0cc3d2de9a4f6e60acdde62c155
2009-12-03 01:13:10 +01:00

18 lines
561 B
Plaintext

# 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()
{
mkdir -p ${DESTDIR}/usr/include ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}