# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include ${TOPDIR}/rules.mk PKG_NAME:= bluez-libs PKG_VERSION:= 3.9 PKG_RELEASE:= 1 PKG_MD5SUM:= 53275e1824886368f11f586899707e08 MASTER_SITES:= http://bluez.sourceforge.net/download/ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,BLUEZ_LIBS,bluez-libs,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) CONFIGURE_STYLE:= gnu BUILD_STYLE:= auto INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_BLUEZ_LIBS}/usr/lib ${CP} ${WRKINST}/usr/lib/libbluetooth.so.* ${IDIR_BLUEZ_LIBS}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk