File itund.spec of Package itund
#
# spec file for package itund
#
# Copyright (c) 2022, 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 https://bugs.opensuse.org/
#
Name: itund
Version: 0.3.1+git20060210
Release: 0
Summary: ISDN Tunnel Daemon
License: GPL-2.0-only
Group: Hardware/Mobile
URL: https://sites.google.com/view/melware-org/isdn_tunnel_daemon
#Git-Clone: https://github.com/MelwareDE/ITunD.git
Source: %{name}-%{version}.tar.xz
BuildRequires: libcapi20-devel
BuildRequires: zlib-devel
%description
ITunD is a daemon which provides a network tunnel over ISDN
lines using the CAPI interface.
The protocol is compatible to Isdn4Linux isdn-net (rawIP)
devices, so you can connect to a server which is running
using isdn-net interfaces isdnX with rawIP.
%prep
%setup -q
%build
%make_build
%install
%make_install DESTDIR=%{buildroot}%{_prefix}
%files
%license COPYING
%doc CHANGES README
%{_sbindir}/itund
%changelog