]> git.pld-linux.org Git - packages/garble.git/blob - garble.spec
- initial rpm release
[packages/garble.git] / garble.spec
1 Summary:        Garble reciver data from GPS Garmin
2 Summary(pl):    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 URL:            http://www.pdos.lcs.mit.edu/~decouto/garble/
11 Conflicts:      gpsdrive
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Garble is a console program for downloading data (waypoints, proximity
16 waypoints, tracks, and routes) from Garmin GPS receivers. Garble is based on a
17 portable library that implements most of the Garmin communications protocol,
18 and supports most Garmin GPS receivers. Garble can also read the current time
19 and postion from the GPS, get the product data, and turn off the GPS. Garble
20 has been tested on a GPS 12XL (firmware 3.53) and a GPS III. 
21
22 %description -l pl
23 Garble jest konsolowym programem s³u¿±cym do zczytywania danych (punkty,
24 blisko¶æ punktów, trasy, szlaki) z odbiorników GPS Garmin. Garble bazuje na
25 przeno¶nej bibliotece, która implementuje wiêkosz¶æ z protoko³u
26 komunikacyjnego Garmin, wspieranego przez odbiorniki GPS Gramin.
27 Garble potrafi tak¿e odczytaæ bierz±cy czas oraz aktualn± pozycjê, a tak¿ dane
28 produktu, potrafi tak¿ wy³±czyæ sam odbiornik GPS.
29 Garble zosta³o przetestowane z GPS 12XL (firmware 3.53) i GPS III.
30
31 %prep
32 %setup -q
33 %build
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40 install garble ${RPM_BUILD_ROOT}%{_bindir}
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README TODO
47 %attr(755,root,root) %{_bindir}/*
This page took 0.078056 seconds and 3 git commands to generate.