xbps-src: added support to append additional shlibs to shlib-{provides,requires}.
This commit is contained in:
parent
75673c89a4
commit
289bc58776
4 changed files with 14 additions and 2 deletions
|
@ -413,6 +413,12 @@ otherwise the default would work in most cases.
|
|||
|
||||
- `broken` If set, building the package won't be allowed because its state is currently broken.
|
||||
|
||||
- `shlib_provides` A white space separated list of additional sonames the package provides on.
|
||||
This appends to the generated file rather than replacing it.
|
||||
|
||||
- `shlib_requires` A white space separated list of additional sonames the package requires.
|
||||
This appends to the generated file rather than replacing it.
|
||||
|
||||
### build style scripts
|
||||
|
||||
The `build_style` variable specifies the build method to build and install a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue