Files
packages/anda/tools/picotool/picotool.spec
T
Raboneko 1cf85c302a fix: picotool (#2520) (#2545)
funny files

Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit 53e5fb590a)

Co-authored-by: madomado <madonuko@outlook.com>
2024-11-30 14:43:15 +08:00

37 lines
975 B
RPMSpec

%define sdk_version 2.0.0
Name: picotool
Version: 2.0.0
Release: 1%?dist
Summary: Tool to inspect RP2040 binaries
License: BSD-3-Clause
URL: https://github.com/raspberrypi/picotool
Source0: https://github.com/raspberrypi/picotool/archive/%version.tar.gz#/picotool-%version.tar.gz
Source1: https://github.com/raspberrypi/pico-sdk/archive/%sdk_version.tar.gz#/pico-sdk-%sdk_version.tar.gz
BuildRequires: cmake g++ libusb1-devel
%description
Picotool is a tool for inspecting RP2040 binaries, and interacting with RP2040 devices when they are in BOOTSEL mode.
%prep
%autosetup -a 1
%build
%cmake -DPICO_SDK_PATH="../pico-sdk-%sdk_version"
%cmake_build
%install
%cmake_install
mv %buildroot{%_prefix/lib,%_libdir}
%files
%doc README.md
%license LICENSE.TXT
%_bindir/picotool
%_libdir/cmake/picotool
%_datadir/picotool
%changelog
* Mon Nov 18 2024 Owen-sz <owen@fyralabs.com>
- Package Raspberry Pi Picotools