About build system used on fedora packages (now with some statistics)

2011-03-12 Thread Sergio Belkin
Hi, Some time ago, I wondered what package build system is the most used on Fedora, well I took 101 packages at random and I've found the following: 37 packages with autotools: Packages with either configure.ac or configure.in and Makefile.am or Makefile.in 5 packages with cmake: Packages that co

Re: About build system used on fedora packages

2011-01-30 Thread Richard W.M. Jones
On Sun, Jan 30, 2011 at 01:59:36PM -0300, Sergio Belkin wrote: > I wonder is there out is some statistic about build system for > construct the packages. I mean: autotools, cmake, scons, plain > makefile, etc. > > Of course I could download a entire repo and take a look at each > package, but I ha

About build system used on fedora packages

2011-01-30 Thread Sergio Belkin
Hi, I wonder is there out is some statistic about build system for construct the packages. I mean: autotools, cmake, scons, plain makefile, etc. Of course I could download a entire repo and take a look at each package, but I have no enough space ;) I look forward your comments. Thanks in advanc