# Description: Official linux bluetooth protocol stack - libraries # URL: http://www.bluez.org/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve name=bluez-libs version=2.25 release=2 source=(http://bluez.sourceforge.net/download/$name-$version.tar.gz limits.patch) build() { cd $name-$version patch -p1 -i $SRC/limits.patch ./configure \ --prefix=/usr \ --disable-static make make DESTDIR=$PKG install }