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