SUSE Driver Tools
=================

The SUSE Driver Tools package is a suite of utilities to help users manage     
distribution and integration of driver updates with SUSE Linux          
distributions. The toolkit is an offering of the SUSE Partner Linux     
Driver Program (PLDP). 

Please refer to the documentation in the doc/ directory for
full information.


Installation
============

Pre-built packages
------------------
It's recommended to pre-built packages. Packages can be found at
<http://drivers.suse.com/SUSEDriverTools/>


Local Builds
------------
For debugging/testing purposes, local builds are useful. There
is a simple Makefile for this.

    make install

will install the code and docs under `/usr/local`.

To change the installation location, edit the DESTDIR assignment
in the Makefile.


Packaging
---------
To generate tar file and spec for RPM packaging simply run:

    make

This will place the tar file and spec in the `dist/` directory
Old copies are not removed unless you run `make clean`
