wok-current annotate 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
rev   line source
shann@25451 1 # SliTaz package receipt.
shann@25451 2
shann@25451 3 PACKAGE="bluez-gatttool"
shann@25634 4 VERSION="5.64"
shann@25451 5 CATEGORY="system-tools"
shann@25451 6 TAGS="bluetooth"
shann@25451 7 SHORT_DESC="Bluetooth Low Energy device tool."
shann@25451 8 MAINTAINER="maintainer@slitaz.org"
shann@25451 9 LICENSE="GPL2"
shann@25697 10 WEB_SITE="https://www.bluez.org/"
shann@25451 11
shann@25451 12 DEPENDS="bluez"
shann@25451 13 WANTED="bluez"
shann@25451 14
shann@25451 15 HOST_ARCH="i486 arm"
shann@25451 16
shann@25451 17 # Rules to gen a Slitaz package suitable for Tazpkg.
shann@25451 18 genpkg_rules()
shann@25451 19 {
shann@25451 20 mkdir -p $fs/usr/bin
shann@25451 21 cp $src/attrib/gatttool $fs/usr/bin
shann@25451 22 }