...
Code Block | ||||
---|---|---|---|---|
| ||||
gmake JOBS=4 install |
Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
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