wok rev 25451
Add bluez-gatttool
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Sep 15 07:47:22 2022 +0000 (2022-09-15) |
parents | 62d43c1b8453 |
children | e3609bca2577 |
files | bluez-gatttool/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bluez-gatttool/receipt Thu Sep 15 07:47:22 2022 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="bluez-gatttool" 1.7 +VERSION="5.54" 1.8 +CATEGORY="system-tools" 1.9 +TAGS="bluetooth" 1.10 +SHORT_DESC="Bluetooth Low Energy device tool." 1.11 +MAINTAINER="maintainer@slitaz.org" 1.12 +LICENSE="GPL2" 1.13 +WEB_SITE="http://www.bluez.org/" 1.14 + 1.15 +DEPENDS="bluez" 1.16 +WANTED="bluez" 1.17 + 1.18 +HOST_ARCH="i486 arm" 1.19 + 1.20 +# Rules to gen a Slitaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/bin 1.24 + cp $src/attrib/gatttool $fs/usr/bin 1.25 +}