]> git.pld-linux.org Git - packages/garble.git/commitdiff
- initial rpm release
authorlukasz <lukasz@pld-linux.org>
Mon, 23 Sep 2002 21:13:02 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    garble.spec -> 1.1

garble.spec [new file with mode: 0644]

diff --git a/garble.spec b/garble.spec
new file mode 100644 (file)
index 0000000..a3591ca
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Garble reciver data from GPS Garmin
+Summary(pl):   Garble czytnik danych z GPS Gramin
+Name:          garble
+Version:       1.0.1
+Release:       1
+Epoch:         1
+License:       GPL
+Group:         Applications/Communications
+Source0:       http://www.pdos.lcs.mit.edu/~decouto/garble/%{name}-%{version}.tar.gz
+URL:           http://www.pdos.lcs.mit.edu/~decouto/garble/
+Conflicts:     gpsdrive
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Garble is a console program for downloading data (waypoints, proximity
+waypoints, tracks, and routes) from Garmin GPS receivers. Garble is based on a
+portable library that implements most of the Garmin communications protocol,
+and supports most Garmin GPS receivers. Garble can also read the current time
+and postion from the GPS, get the product data, and turn off the GPS. Garble
+has been tested on a GPS 12XL (firmware 3.53) and a GPS III. 
+
+%description -l pl
+Garble jest konsolowym programem s³u¿±cym do zczytywania danych (punkty,
+blisko¶æ punktów, trasy, szlaki) z odbiorników GPS Garmin. Garble bazuje na
+przeno¶nej bibliotece, która implementuje wiêkosz¶æ z protoko³u
+komunikacyjnego Garmin, wspieranego przez odbiorniki GPS Gramin.
+Garble potrafi tak¿e odczytaæ bierz±cy czas oraz aktualn± pozycjê, a tak¿ dane
+produktu, potrafi tak¿ wy³±czyæ sam odbiornik GPS.
+Garble zosta³o przetestowane z GPS 12XL (firmware 3.53) i GPS III.
+
+%prep
+%setup -q
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install garble ${RPM_BUILD_ROOT}%{_bindir}
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.067118 seconds and 4 git commands to generate.