Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlebuild package by:
gmake JOBS=4 install
Code Block
languagebash
titlecreate sample manifest:
gmake sample-manifest

you can find generated manifest at: build/manifest-i386-generated.p5m

move manifest to the root component directory and reame it to another name

Code Block
languagebash
titleexample:
mv build/manifest-i386-generated.p5m mycomponent.p5m

update manifest with correct info. If you need more then one package you have to split one manifest to some others. Create directory 'debs' with structure of files for DEB package build by dpkg-buildpackage.

For example take a look another components

...

For more information about environment variables or build flags you can take a look <dilos-userland-reviewgir>/make-rules/deb.mk