23 lines
159 B
Plaintext
Executable File
23 lines
159 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::prep() {
|
|
:
|
|
}
|
|
|
|
pbuild::configure() {
|
|
:
|
|
}
|
|
|
|
pbuild::compile() {
|
|
:
|
|
}
|
|
|
|
pbuild::install() {
|
|
:
|
|
}
|
|
|
|
pbuild::post_install() {
|
|
:
|
|
}
|
|
|