- pmodules.xyz() functions renamed to pbuild::xyz() - use pbuild for bootstrapping components
11 lines
174 B
Plaintext
Executable File
11 lines
174 B
Plaintext
Executable File
#!/usr/bin/env pbuild
|
|
|
|
pmodules.configure() {
|
|
"${MODULE_SRCDIR}"/configure \
|
|
--prefix="${PREFIX}" \
|
|
|| exit 1
|
|
}
|
|
|
|
pmodules.add_to_group 'Tools'
|
|
pmodules.make_all
|