forked from DavidGriffith/hf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hf.spec
67 lines (56 loc) · 1.53 KB
/
hf.spec
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
59
60
61
62
63
64
65
66
67
# hf.spec
#
%define name1 hf
%define name hf
%define version 0.8
%define release 0
%define section Applications/Communications
%define title hf
%define summary "Historic Ham Radio digimodes, MT63, CW-Elbug"
%define bindir /usr/local/bin
%define mandir /usr/local/man
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
Ham radio Shortwave CW-Elbug RTTY AMTOR GTOR PACTOR1 MT63 program.
With TCP/IP interface, can be linked to the program F6FBB
or to any other mailbox program.
Can be used as automatic mailbox or for remote control.
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,
ratecal1, which utilizes any pulsed signal.
%prep
%setup -q
%build
./configure
make
%install
make DESTDIR=%buildroot install
chmod 4755 %buildroot%{bindir}/hfkernel
%clean
rm -rf %buildroot
%files
/usr/local/share/hf/*
/usr/local/etc/calibrations
%{bindir}/*
%{mandir}/*
## maybe for SuSE you have to uncomment the following line
# /usr/share/doc/packages/hf
## maybe for some other distros the following is right
#I am a bit confused
# this is /usr/bin etc.
#%_bindir/*
#%_mandir/*
%config
%changelog
* Thu Feb 15 2005 see ChangeLog in the package
- much ....