wok view bluez-gatttool/receipt @ rev 25451

Add bluez-gatttool
author Stanislas Leduc <shann@slitaz.org>
date Thu Sep 15 07:47:22 2022 +0000 (19 months ago)
parents
children a3503ff52a2e
line source
1 # SliTaz package receipt.
3 PACKAGE="bluez-gatttool"
4 VERSION="5.54"
5 CATEGORY="system-tools"
6 TAGS="bluetooth"
7 SHORT_DESC="Bluetooth Low Energy device tool."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.bluez.org/"
12 DEPENDS="bluez"
13 WANTED="bluez"
15 HOST_ARCH="i486 arm"
17 # Rules to gen a Slitaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin
21 cp $src/attrib/gatttool $fs/usr/bin
22 }