                 Ruby/LDetect -- ruby binding for libdetect

Copyright (C) 2005 Pascal Terjan <pterjan@mandrakesoft.com>
-------------------------------------------------------------------------------

DESCRIPTION

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

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

REQUIREMENT

  * Ruby 1.8.x
  * libdetect

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

BUILDING

    $ ruby extconf.rb
    $ make

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

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

USAGE

See sample.rb.
