diff --git a/programming/build/omake/actions.py b/programming/build/omake/actions.py new file mode 100644 index 0000000000..4fbe988baf --- /dev/null +++ b/programming/build/omake/actions.py @@ -0,0 +1,17 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, pisitools, get + +def setup(): + pisitools.dosed("mk/make_config", "/man", "/share/man") + autotools.rawConfigure("-prefix /usr -disable-fam") + +def build(): + autotools.make("all") + +def install(): + autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR()) diff --git a/programming/build/omake/pspec.xml b/programming/build/omake/pspec.xml new file mode 100644 index 0000000000..9e58ec0b2c --- /dev/null +++ b/programming/build/omake/pspec.xml @@ -0,0 +1,46 @@ + + + + + omake + https://github.com/ocaml-omake/omake + + PisiLinux Community + admin@pisilinux.org + + GPL-2/custom + programming.build + A build system designed for scalability and portability. + pass + + https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz + + + ocaml + ncurses-devel + readline-devel + + + + + + + + omake + + /usr/bin + /usr/lib + /usr/share + + + + + + 2024-12-22 + 0.10.7 + Init. + PisiLinux Community + admin@pisilinux.org + + +