Checkinstall enlightenment

  • Today I found the right way to install software from source (not dpkg-build) to my debian box:

    Usually I use:

    $ ./configure
    $ make
    $ make install
    

    And from now only

    $ checkinstall
    

    in source dir. It asks some questions, compiles binaries and install it as nice debian package.

    Very nice! No more chaotic crap in my /usr/local!