[SOLVED] Request HowTo build packages with Meson
by slackerz from LinuxQuestions.org on (#5808T)
I wish to request a HowTo on building a Slackware package using meson on a meson-source-package.
I have a source src.tar.xz say. I've extracted it in to src/. I can then run meson src/ . I would like to end up with carrying out operations like:
Code:make install DESTDIR=/tmp/build && makepkg.I want to end up with a binary tarball in the usual sense of Slackware packages.
I was wondering if someone could give me a few step by step instructions.


I have a source src.tar.xz say. I've extracted it in to src/. I can then run meson src/ . I would like to end up with carrying out operations like:
Code:make install DESTDIR=/tmp/build && makepkg.I want to end up with a binary tarball in the usual sense of Slackware packages.
I was wondering if someone could give me a few step by step instructions.