1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
%define name1 hf
%define name hf
%define version 0.7.3
%define release 0
%define section Applications/Communications
%define title hf
%define Summary Ham Radio PACTOR GTOR AMTOR RTTY MT63 client and FBB mailbox interface
Summary: %Summary
Name: %name
Version: %version
Release: %release
License: GPL
Group: Communications
URL: http://hfterm.sf.net
Source0: %name-%version.tar.gz
BuildRoot: %_tmppath/%name-buildroot
Requires: gtk
%description
Tom Sailer's Ham radio Shortwave CW-Elbug RTTY AMTOR GTOR PACTOR MT63
program. Consists of hfkernel and hfterm, its graphical interface. Sound
code in OSS and ALSA API. The startscript hf can be configured by
global config file /etc/hf.conf. Hfterm has a TCP/IP interface, so it
can be linked to the program F6FBB, to any other mailbox program, so
hf can also be used as automatic shortwave mailbox.
The package contains 3 calibration tools: dxf77rx, which uses the
signals of the European longwave radio clock beacon DCF77, reffreq,
which can use any Audio reference frequency from 20-22000 Hz, and
ratecal1, which utilizes any pulsed signal. Lots of test programs,
manpages and good documentation (HF-HOWTO in English and German),
instructions for F6FBB mailbox config and many examplefiles included.
%prep
%setup -q
%build
./configure
make
%install
make DESTDIR=%buildroot install
chmod 4755 %buildroot/usr/bin/hfkernel
%clean
rm -rf %buildroot
%files
/usr/share/hf
## maybe for SuSE you have to uncomment the following line
## /usr/share/doc/packages/hf
%_bindir/*
%_mandir/*
%config
/etc/hf.conf
%changelog
|