]> git.pld-linux.org Git - packages/pmtools.git/blame - pmtools.spec
- does not build on my system. I won't finish it (lazy me...)
[packages/pmtools.git] / pmtools.spec
CommitLineData
763fddec
PG
1Summary: Retrieve the DSDT from your bios
2Name: pmtools
3Version: 20031210
4Release: 0.1
5License: GPL
6Group: Applications/System
7Source0: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/%{name}-%{version}.tar.bz2
8# Source0-md5: 7d482ab86410f3f8c30a9fba5d660f32
9URL: http://acpi.sourceforge.net/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13DSDT is an acronym for Differentiated System Description Table. This
14table contains the Differentiated Definition Block, which supplies the
15information and configuration information about the base system. It is
16always inserted into the ACPI Namespace by the OS at boot time.
17Unfortunately, many hardware vendors and OEMs are not capable of
18supplying fully functional tables (not even the members of the ACPI
19SIG)
20
21%prep
22%setup -q
23
24%build
25%{__make} \
26 CC="%{__cc}" \
27 CFLAGS="%{rpmcflags} -Wall -W -pedantic"
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT%{_sbindir}
32
33%{__make} install \
34 PREFIX=$RPM_BUILD_ROOT%{_prefix}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc CHANGELOG README AUTHORS
42%attr(755,root,root) %{_sbindir}/*
This page took 0.102245 seconds and 4 git commands to generate.