wok-current view bluez-gatttool/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 3ad63c8fc2f9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="bluez-gatttool"
4 VERSION="5.64"
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 }