]> git.pld-linux.org Git - packages/garble.git/blame - garble.spec
- tabs in preamble
[packages/garble.git] / garble.spec
CommitLineData
0304e83c 1Summary: Garble reciver data from GPS Garmin
8f86f9b1 2Summary(pl.UTF-8): Garble czytnik danych z GPS Gramin
0304e83c 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
d61a020c 10# Source0-md5: a0479b213c64980a2d929e02b86dc275
0304e83c 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
e38423ad 21has been tested on a GPS 12XL (firmware 3.53) and a GPS III.
0304e83c 22
e3f7183b
JR
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
ffadbc0f 27komunikacyjnego Garmin, wspieranego przez odbiorniki GPS Gramin. Garble
e3f7183b
JR
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
ffadbc0f 30przetestowane z GPS 12XL (firmware 3.53) i GPS III.
0304e83c 31
32%prep
33%setup -q
d351b4f7 34
0304e83c 35%build
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
0304e83c 40install -d $RPM_BUILD_ROOT%{_bindir}
d351b4f7 41
42install garble $RPM_BUILD_ROOT%{_bindir}
43
0304e83c 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.066446 seconds and 4 git commands to generate.