]> git.pld-linux.org Git - packages/pmtools.git/commitdiff
- does not build on my system. I won't finish it (lazy me...)
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 22 Mar 2004 22:22:50 +0000 (22:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pmtools.spec -> 1.1

pmtools.spec [new file with mode: 0644]

diff --git a/pmtools.spec b/pmtools.spec
new file mode 100644 (file)
index 0000000..f7e1cc9
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Retrieve the DSDT from your bios
+Name:          pmtools
+Version:       20031210
+Release:       0.1
+License:       GPL
+Group:         Applications/System
+Source0:       http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/%{name}-%{version}.tar.bz2
+# Source0-md5: 7d482ab86410f3f8c30a9fba5d660f32
+URL:           http://acpi.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DSDT is an acronym for Differentiated System Description Table. This
+table contains the Differentiated Definition Block, which supplies the
+information and configuration information about the base system. It is
+always inserted into the ACPI Namespace by the OS at boot time.
+Unfortunately, many hardware vendors and OEMs are not capable of
+supplying fully functional tables (not even the members of the ACPI
+SIG)
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall -W -pedantic"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+%{__make} install \
+       PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README AUTHORS
+%attr(755,root,root) %{_sbindir}/*
This page took 0.158079 seconds and 4 git commands to generate.