]> git.pld-linux.org Git - packages/acpitail.git/commitdiff
- new
authorlisu <lisu@pld-linux.org>
Mon, 18 Jun 2007 21:43:29 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpitail.spec -> 1.1

acpitail.spec [new file with mode: 0644]

diff --git a/acpitail.spec b/acpitail.spec
new file mode 100644 (file)
index 0000000..ef97ad2
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       shows information of an ACPI capable system
+Summary(pl.UTF-8):     wyświetla informacje systemu ACPI
+Name:          acpitail
+Version:       0.1
+Release:       0.1
+License:       GPL v2+
+Group:         Applications
+Source0:       http://www.vanheusden.com/acpitail/%{name}-%{version}.tgz
+# Source0-md5: 59b60dcdee061bc5b6a9537d269cea4b
+Patch0:                %{name}-Makefile.patch
+URL:           http://www.vanheusden.com/acpitail/
+BuildRequires: libacpi-devel
+BuildRequires: libacpi-static
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+acpitail shows information regarding the battery-state, fan-states,
+temperatures, and other relevant details of an ACPI capable system
+(mostly laptops).
+
+%description -l pl.UTF-8
+acpitail wyświetla informacje o stanie baterii, stanie wiatraków,
+temperaturach oraz innych podobnych rzeczach sysetmu ACPI (głównie
+laptopy).
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+       CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_sbindir}/%{name}
This page took 0.067689 seconds and 4 git commands to generate.