# Maintainer: Vadim Yanitskiy # Contributor: Sergej Pupykin pkgname=bluez-rfcomm pkgver=5.72 pkgrel=1 pkgdesc="deprecated rfcomm tool from bluez" url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') depends=("bluez") source=(https://www.kernel.org/pub/linux/bluetooth/bluez-${pkgver}.tar.xz) sha256sums=('499d7fa345a996c1bb650f5c6749e1d929111fa6ece0be0e98687fee6124536e') build() { cd bluez-${pkgver} gcc tools/rfcomm.c lib/bluetooth.c lib/hci.c -o tools/rfcomm -DVERSION=\"$pkgver\" -I. } package() { cd bluez-${pkgver}/tools install -Dm0755 rfcomm "$pkgdir"/usr/bin/rfcomm install -Dm0755 rfcomm.1 "$pkgdir"/usr/share/man/man1/rfcomm.1 }