]> git.pld-linux.org Git - packages/acpitool.git/commitdiff
- initial (TODO: pl)
authorhavner <havner@pld-linux.org>
Mon, 14 Aug 2006 23:03:38 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpitool.spec -> 1.1

acpitool.spec [new file with mode: 0644]

diff --git a/acpitool.spec b/acpitool.spec
new file mode 100644 (file)
index 0000000..dc39d7b
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       AcpiTool is Linux ACPI client
+Summary(pl):   -
+Name:          acpitool
+Version:       0.4.6
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       http://dl.sourceforge.net/acpitool/%{name}-%{version}.tar.bz2
+# Source0-md5: 4bd3efda303c12bf154771adf61be0f6
+URL:           http://freeunix.dyndns.org:8088/site2/acpitool.shtml
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AcpiTool is (yet another) Linux ACPI client. It's a small command-line
+application. Besides "basic" ACPI information like battery status, AC
+presence, etc... Acpitool also supports various extensions for Toshiba,
+Asus and IBM Thinkpad laptops, allowing you to change the LCD brightness
+level, toggle fan on/off, and more.
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*/*
This page took 0.082244 seconds and 4 git commands to generate.