File tw-e1abis-mgw.spec of Package tw-e1abis-mgw
#
# spec file for package tw-e1abis-mgw
#
# 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: tw-e1abis-mgw
Version: 0~git20241113
Release: 0
Summary: MGCP-speaking MGW for E1 Abis, for use with OsmoBSC and E1 BTS
License: XXX FIXME XXX
Group: Hardware/Mobile
URL: https://gitea.osmocom.org/themwi/tw-e1abis-mgw
Source: %{name}-%{version}.tar.xz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libosmoabis)
BuildRequires: pkgconfig(libosmotrau)
BuildRequires: pkgconfig(libosmoisdn)
BuildRequires: pkgconfig(libosmocore)
BuildRequires: pkgconfig(libosmoctrl)
BuildRequires: pkgconfig(libosmovty)
BuildRequires: pkgconfig(libosmogsm)
BuildRequires: pkgconfig(libosmo-netif)
%description
MGCP-speaking MGW for E1 Abis, for use with OsmoBSC and E1 BTS.
%prep
%setup -q
%build
./configure
%make_build
%install
%make_install
%files
#%%license
#%%{_bindir}/tw-e1abis-mgw
%changelog