wok view bluez-gatttool/receipt @ rev 25632

Up gtklife (5.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 23 14:06:29 2023 +0000 (5 months ago)
parents 5b1ba413bf58
children
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="https://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 }