]> git.pld-linux.org Git - packages/garble.git/blob - garble.spec
- tabs in preamble
[packages/garble.git] / garble.spec
1 Summary:        Garble reciver data from GPS Garmin
2 Summary(pl.UTF-8):      Garble czytnik danych z GPS Gramin
3 Name:           garble
4 Version:        1.0.1
5 Release:        1
6 Epoch:          1
7 License:        GPL
8 Group:          Applications/Communications
9 Source0:        http://www.pdos.lcs.mit.edu/~decouto/garble/%{name}-%{version}.tar.gz
10 # Source0-md5:  a0479b213c64980a2d929e02b86dc275
11 URL:            http://www.pdos.lcs.mit.edu/~decouto/garble/
12 Conflicts:      gpsdrive
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Garble is a console program for downloading data (waypoints, proximity
17 waypoints, tracks, and routes) from Garmin GPS receivers. Garble is based on a
18 portable library that implements most of the Garmin communications protocol,
19 and supports most Garmin GPS receivers. Garble can also read the current time
20 and postion from the GPS, get the product data, and turn off the GPS. Garble
21 has been tested on a GPS 12XL (firmware 3.53) and a GPS III.
22
23 %description -l pl.UTF-8
24 Garble jest konsolowym programem służącym do zczytywania danych (punkty,
25 bliskość punktów, trasy, szlaki) z odbiorników GPS Garmin. Garble bazuje na
26 przenośnej bibliotece, która implementuje większość z protokołu
27 komunikacyjnego Garmin, wspieranego przez odbiorniki GPS Gramin. Garble 
28 potrafi także odczytać bieżący czas oraz aktualną pozycję, a także dane 
29 produktu, potrafi także wyłączyć sam odbiornik GPS. Garble zostało 
30 przetestowane z GPS 12XL (firmware 3.53) i GPS III.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_bindir}
41
42 install garble $RPM_BUILD_ROOT%{_bindir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README TODO
50 %attr(755,root,root) %{_bindir}/*
This page took 0.069584 seconds and 3 git commands to generate.