Questions tagged [fpmake]

4 questions
9
votes
2 answers

Could Free Pascal benefit of something like Apache Maven?

Apache Maven is a very popular build and dependency management tool in the Java open source ecosphere. I did some tests to find out if it can handle compiled Free Pascal / Delphi units and found it easy to implement. So it would be possible to…
mjn
  • 36,362
  • 28
  • 176
  • 378
1
vote
0 answers

fpm --python-install-data doesn't work

I'm trying to get data files for my python project to get installed at a particular location. I am trying the --python-install-data location-to-install-data-files option in the fpm command that generates the rpm. When I do rpm -i package-path.rpm,…
Prachi
  • 528
  • 8
  • 31
1
vote
1 answer

What was fpmake.pp used and is it still used?

I've used it once, not very well since I found hard to get by some decent examples/docs but it was a nice way of getting an environment done. Is it still a standard or as it been abandoned? Where could I find a beginner's how-to and also an…
Gustavo Carreno
  • 9,499
  • 13
  • 45
  • 76
0
votes
1 answer

fpm: issue packaging binary files

It seems binary file that was packaged using Fpm has a different checksum from original file. And as result can not be executed. I read entire documentation and tried to "play" with compression formats with no luck.
Macchiatow
  • 607
  • 10
  • 24