Release non-cmake 3rd party libraries with bloom
I am trying to release gflags with bloom (my final goal is to make the buildfarm create debians for ceres-solver). Unfortunately the port from automake to cmake for gflags is not finished yet.
That's why I want to know if it is possible to make the buildfarm create debians for source code that compiles with ./configure && make && make install
instead of cmake.
Is there a special build_type
for automake that I can use in my package.xml
?
If this is not possible, should I inject a simple CMakeLists.txt that calls ExternalProject_Add?