                 Ruby/LDetect -- ruby binding for libdetect

Copyright (C) 2005,2007 Pascal Terjan <pterjan@mandriva.com>
-------------------------------------------------------------------------------

DESCRIPTION

'Ruby/LDetect' is a ruby extension library which allows using libdetect.

-------------------------------------------------------------------------------

REQUIREMENT

  * Ruby 1.8.x
  * libdetect > 0.7

-------------------------------------------------------------------------------

BUILDING

    $ ruby extconf.rb
    $ make

You will get 'ldetect.so', copy it to somewhere you like or do 'make install'.

-------------------------------------------------------------------------------

USAGE

See sample.rb.
