Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 0770a88b0741e7152f64130f21a7585c > files > 2

pmtools-20031210-1mdk.src.rpm

Summary:	Tools for examining kernel ACPI tables	
Name:		pmtools
Version:	20031210
Release:	1mdk
License:	GPL
Group:		Development/Kernel		

Source:		http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/%{name}-%{version}.tar.bz2		
Url:		http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils
BuildRoot:	%_tmppath/%name-%version-root

%description

This is a small collection of power management test and
investigation tools.  See http://acpi.sourceforge.net
for more information on ACPI for Linux.

%prep
%setup -q

%build
%make -C acpidmp
%make -C madt

%install
mv madt/README madt/README.madt
install -d %buildroot%{_sbindir}
install madt/madt %buildroot%{_sbindir}
install acpidmp/acpidmp %buildroot%{_sbindir}
install acpidmp/acpitbl %buildroot%{_sbindir}
install acpidmp/acpixtract %buildroot%{_sbindir}

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc README COPYING madt/README.madt
%{_sbindir}/madt
%{_sbindir}/acpidmp
%{_sbindir}/acpitbl
%{_sbindir}/acpixtract

%changelog
* Fri Oct  1 2004 Stew Benedict <sbenedict@mandrakesoft.com>  20031210-1mdk
- First mandrakelinux release