【发布时间】:2016-09-06 13:37:56
【问题描述】:
我正在尝试确定是否可以为以下应用创建 deb 包:
http://openfoam.org/download/4-0-source/
它使用包含各种标准 shell 命令和 wmake 命令的 Allmake shell 脚本来编译源代码。 wmake 似乎特定于此应用程序,但确实调用了 make:
http://www.cfdsupport.com/OpenFOAM-Training-by-CFD-Support/node25.html https://github.com/OpenFOAM/OpenFOAM-2.1.x/blob/master/wmake/wmake
是否可以从 debian/rules 文件中调用 shell 脚本?或者如果确实有可能有更好的方法吗?
非常感谢任何帮助。
【问题讨论】:
-
你试过了吗?
标签: bash makefile packaging deb