Build Instructions:

1. Install this package
   ./configure --prefix=...
   make
   make install DESTDIR=...
   
Packaging:
1. Ensure the HAL package (daemon, library etc) is not installed and ideally
   conflicts with this package.
2. The flash package could recommend this package for drm content.

Development (only applies to a git cloned tree):

1. Prerequisites: autoconf, libtool, C compiler, ... (i.e. you need a standard development base system).
2. autoreconf -i
3. ./configure --prefix=...  (as above)
