File usteer.spec of Package usteer
#
# spec file for package usteer
#
# Copyright (c) 2024, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: usteer
Version: 0~git20230529
Release: 0
Summary: OpenWrt AP service for client steering
License: GPL-2.0-only
URL: https://git.openwrt.org/?p=project/usteer.git;a=summary
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: libnl-tiny-devel
BuildRequires: libubox-devel
BuildRequires: pkgconfig
BuildRequires: ubus-devel
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(libpcap)
%description
A daemon for sharing wifi client information amongst APs on the same
etwork, and can be used for band steering.
%prep
%setup -q
%build
%cmake
%make_jobs
%install
%cmake_install
%files
%doc README.md
%{_sbindir}/usteerd
%changelog