Name: acpi4asus Version: 0.41 Release: 2mamba Summary: A Linux driver that allow owners of Asus laptops to use all the functionalities of their computer Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Tiziana Ferro URL: http://sourceforge.net/projects/acpi4asus/ Source: http://downloads.sourceforge.net/acpi4asus/acpi4asus-%{version}.tar.bz2 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This project is a linux driver that allow owners of Asus laptops to use all the functionalities of their computer such as special keys, special LEDs, control of brightness, ... This project will eventually be merged in the acpi linux code. %prep %setup -q %build # build only the daemon, the kernel module is already in the linux kernel sed -i "s|/usr/local/|/usr/|" asus_acpid/Makefile %make -C asus_acpid %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" make -C asus_acpid install \ INSTALLDIR=%{buildroot} \ INSTPREFIX=%{buildroot} mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version} cp Changelog LICENSE README \ %{buildroot}%{_defaultdocdir}/%{name}-%{version} cp -R samples \ %{buildroot}%{_defaultdocdir}/%{name}-%{version} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/asus_acpid %dir %{_defaultdocdir}/%{name}-%{version} %{_defaultdocdir}/%{name}-%{version}/* %{_mandir}/man8/* %changelog * Thu Sep 05 2013 Automatic Build System 0.41-2mamba - automatic rebuild by autodist * Sun Jun 17 2007 Tiziana Ferro 0.41-1mamba - update to 0.41 * Tue Apr 06 2004 Davide Madrisan 0.27-1qilnx - new version rebuild - added documentation and example scripts * Thu Jul 10 2003 Silvan Calarco 0.24a-1qilnx - first build for acpi4asus