wok view bluez-gatttool/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 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 }