bluez: syntax

This commit is contained in:
Tim Biermann 2021-12-14 11:29:38 +01:00
parent ed090e0507
commit c01c8dd8ef
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38TtVgdPu9hh8yCHZOve1iVJTXcR5+TiwEfbCkDAgcVopOt1ciqQEefoRymnL0eVOmKpo7HpQB6oaaCsLyK14A8=
SHA256 (Pkgfile) = 40b78790b37c96fa723358f48eafac9198668b463ea0d82a307afa16ce742177
RWSagIOpLGJF31Qht91ZH2Dbw+7p27LFmr6r/Ad8HsutltQcauR593Qm8vB/ah7LJZDWv0mfqCoGKtQbLmfiBFyqOmQccBAEeQI=
SHA256 (Pkgfile) = d1c4bd37318105723cf2b6bf1beea4379d0ec1faa9dcdb03d8b87230d1a02a56
SHA256 (.footprint) = 7df9463e4e064fe341df08d64e1c5ae23517687187a6edbd1a6dffda52fb3c5d
SHA256 (bluez-5.62.tar.xz) = 38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2
SHA256 (bluetoothd) = b24a219ea4b457a8efdd1b5e0880022056b7b85a3e469f5e3678fa5e4d4be6b6

View File

@ -26,7 +26,9 @@ build() {
--disable-systemd
make
make DESTDIR=$PKG install
prt-get isinst libical && install -D -m 0755 tools/obexctl $PKG/usr/lib/bluetooth/obexctl
install -D -m 0644 src/main.conf $PKG/etc/bluetooth/main.conf
install -D -m 0755 $SRC/bluetoothd $PKG/etc/rc.d/bluetoothd
prt-get isinst libical && install -D -m 0755 tools/obexctl $PKG/usr/lib/bluetooth/obexctl || true
}