]> git.pld-linux.org Git - packages/digitemp.git/commitdiff
- from zban at inetia dot pl
authorwolf <wolf@pld-linux.org>
Sun, 11 May 2003 20:17:23 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    digitemp.spec -> 1.1

digitemp.spec [new file with mode: 0644]

diff --git a/digitemp.spec b/digitemp.spec
new file mode 100644 (file)
index 0000000..16eec44
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       Digital thermometer using DS1820 1-wire sensors
+Summary(pl):   Termometr cyfrowy u¿ywaj±cy sensory Dallasa DS1820
+Name:          digitemp
+Version:       3.1.0
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.brianlane.com/linux/%{name}-%{version}.tar.gz
+Source1:       http://www.brianlane.com/linux/dthowto.txt
+URL:           http://www.brianlane.com/digitemp.php
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DigiTemp is a simple to use interface to the Dallas Semiconductor
+DS18S20, DS1822, and DS18B20 1-wire digital temperature sensors. You
+can use DigiTemp in a wide variety of applications, such as heating
+control, process monitoring, weather station, indor/outdoor
+temperature logging, etc. It includes a couple of useful Perl, Python
+and RRD Tool scripts for crating graphs and dynamic signatures.
+
+This package has been compiled for the DS9097 passive 1-wire adapter.
+
+%description -l pl
+DigiTemp jest prostym interfejsem dla cyfrowych sensorów temperatury
+1-wire: DS18S20, DS1822 i DS18B20 firmy Dallas Semiconductor. DigiTemp
+mo¿e mieæ wiele zastosowañ takich jak kontrola ogrzewania,
+monitorowanie procesów, stacje metorologiczne, wewnêtrzne/zewnêtrzne
+monitorowanie temperatury. Pakiet zawiera kilka u¿ytecznych skryptów
+Perla, Pytona i RRD do tworzenia wykresów i dynamicznych wpisów.
+
+Ten pakiet zosta³ skompilowany dla pasywnego adaptera DS9097.
+
+%prep
+%setup -q
+
+cp %{SOURCE1} .
+
+%build
+%{__make} ds9097
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install digitemp $RPM_BUILD_ROOT%{_bindir}/digitemp
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO FAQ perl python rrdb dthowto.txt
+%attr(755,root,root) %{_bindir}/digitemp
This page took 0.067985 seconds and 4 git commands to generate.