mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-23 08:17:56 +02:00
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
|