blob: 6b33e6a629a99a00ecdc98e45ddfb098fbc9bf84 (
plain)
1
2
3
4
5
|
#!/bin/bash
### This script is for reference purposes. It can be used to build the package. It is NOT called by the PKGBUILD. It just lays around here for reference.
_BUILD_DOC=yes _PLAUT04_WITH_QT=yes _WITH_PLAUT04=yes _AUTO_DEBUG=no _WITH_MPI=no _WITH_OPENMP=no makepkg "$@"
|