Added build_style and cross-profiles dirs from xbps-src.
This commit is contained in:
parent
6751bcd379
commit
074bb4d726
19 changed files with 2122 additions and 0 deletions
21
common/build_style/meta.sh
Normal file
21
common/build_style/meta.sh
Normal file
|
@ -0,0 +1,21 @@
|
|||
# meta pkg build style; do nothing.
|
||||
|
||||
do_fetch() {
|
||||
:
|
||||
}
|
||||
|
||||
do_extract() {
|
||||
:
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
do_build() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue