lzo: switch to building with CMake
authorRosen Penev <rosenp@gmail.com>
Fri, 10 Jul 2020 23:13:10 +0000 (16:13 -0700)
committerPetr Štetiar <ynezz@true.cz>
Sat, 11 Jul 2020 11:33:28 +0000 (13:33 +0200)
commitf61110e8f21c0d205ba73f2b8ced9dd8fbc50853
tree033588fa32925cef54de0a40e035c586ad59b250
parent0b76410231597d2c793421040ce20a3152c65fdb
lzo: switch to building with CMake

CMake is less error prone that autotools and also compiles faster.

Fixed license information.

Added pkgconfig file to InstallDev so that packages that use it can
find lzo.

Before:

time make package/lzo/compile -j 12
________________________________________________________
Executed in   20.87 secs   fish           external
   usr time   26.95 secs    0.00 micros   26.95 secs
   sys time    5.49 secs  305.00 micros    5.49 secs

After:

time make package/lzo/compile -j 12
________________________________________________________
Executed in   13.22 secs   fish           external
   usr time   19.59 secs  328.00 micros   19.59 secs
   sys time    4.03 secs   10.00 micros    4.03 secs

Time output is with fish shell. make clean was ran before both attempts.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/libs/lzo/Makefile