File FGCOM.spec of Package FGCOM

Name:           FGCOM
Version:        1.0.1
Release:        1
License:        GPL
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  replace_me_with_required_packages
Group:          Amusements/Games
Summary:        FGCOM realizes a realtime radio/voice-communication for simulation applications, especially for Flightgear

%description
FGCOM realizes a realtime radio/voice-communication for simulation applications (especially for Flightgear but maybe also for other simulations/games). Because I am a lazy programer I try to use existing software to fit my requirements. So the voice transmission is build onto VoIP (realized with Asterisk). Radio frequencies are simulated by conference rooms. The glue between VoIP and Flightgear (the client) is written in C using the libiaxclient iaxclient-library. The communication between the client and the registrar server is based onto XML-RPC XML-RPC (realized with libxmlrpc).

Author:
Holger Wirtz  wirtz@dfn.de

%prep
setup -q 

%build

%install
dummydir=$RPM_BUILD_ROOT/usr/lib/mydummy
mkdir -p $dummydir
echo "I was here!" >$dummydir/iwashere

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
/usr/lib/mydummy/iwashere
openSUSE Build Service is sponsored by