# HG changeset patch # User Stanislas Leduc # Date 1663228042 0 # Node ID 5b1ba413bf586639cb090b1ef5c18c4d66ee8784 # Parent 62d43c1b8453f5f1e44b8942a9e4bb5b23160214 Add bluez-gatttool diff -r 62d43c1b8453 -r 5b1ba413bf58 bluez-gatttool/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bluez-gatttool/receipt Thu Sep 15 07:47:22 2022 +0000 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +PACKAGE="bluez-gatttool" +VERSION="5.54" +CATEGORY="system-tools" +TAGS="bluetooth" +SHORT_DESC="Bluetooth Low Energy device tool." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.bluez.org/" + +DEPENDS="bluez" +WANTED="bluez" + +HOST_ARCH="i486 arm" + +# Rules to gen a Slitaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp $src/attrib/gatttool $fs/usr/bin +}