# Description: Librairie et outils pour le protocol Bluetooth # URL: http://www.bluez.org/ # Maintainer: tnut at nutyx dot com # Packager: tnut at nutyx doc com # Depends on: openobex, libical # Run on: openobex,libical name=obexd version=0.47 release=1 source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/obexd make make DESTDIR=$PKG install }