]> git.pld-linux.org Git - packages/LinWSJT.git/blob - LinWSJT.spec
- tabs in preamle
[packages/LinWSJT.git] / LinWSJT.spec
1 Summary:        JT44 and FSK441 for Linux
2 Summary(pl.UTF-8):      JT44 i FSK441 dla Linuksa
3 Name:           LinWSJT
4 Version:        0.4.6
5 Release:        2
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.qsl.net/g4klx/%{name}-%{version}.tar.gz
9 # Source0-md5:  dd9cf86f4bd260eea759abde8c2ae28c
10 Patch0:         %{name}-Makefile.patch
11 URL:            http://aldo.sourceforge.net/
12 BuildRequires:  wxGTK2-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Linux version of the JT44 and FSK441 communications protocols, usually
17 described together as WSJT.
18
19 JT44 is used for very weak signal operation, for example Moonbounce,
20 while FSK441 is specifically designed for Meteor Scatter.
21
22 %description -l pl.UTF-8
23 Obsługa protokołów komunikacyjnych JT44 oraz FSK441, zwykle
24 określanych razem jako WSJT.
25
26 JT44 jest używane w przypadku bardzo słabych sygnałów, np. odbicie od
27 księżyca, a FSK441 został zaprojektowany do łączności przez odbicie od
28 śladów meteorów.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 %{__make} \
36         CC="%{__cxx}" \
37         CFLAGS="%{rpmcflags} -Wall -I.. `wxgtk2-2.4-config --cxxflags`" \
38         LDFLAGS="`wxgtk2-2.4-config --ldflags`" \
39         LIBS="-lfftw -lsndfile `wxgtk2-2.4-config --libs`"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_bindir}
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc CHANGES README
54 %attr(755,root,root) %{_bindir}/*
This page took 0.049657 seconds and 3 git commands to generate.