diff options
author | klaatu <klaatu@member.fsf.org> | 2022-03-10 17:38:28 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-10 11:41:15 +0700 |
commit | 290b94f8ea8647cffbc4230bc24249598128f924 (patch) | |
tree | 68c38196819e733db8d49998179cc1a6e9ff4f97 | |
parent | 976ac99e58154ab373d1b6890ae7f742e75ab816 (diff) |
multimedia/MuseScore: Added copyright and license.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | multimedia/MuseScore/MuseScore.SlackBuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/multimedia/MuseScore/MuseScore.SlackBuild b/multimedia/MuseScore/MuseScore.SlackBuild index 58c2d483bdb3..05ddd3cfd958 100644 --- a/multimedia/MuseScore/MuseScore.SlackBuild +++ b/multimedia/MuseScore/MuseScore.SlackBuild @@ -1,6 +1,14 @@ #!/bin/bash # Slackware build script for MuseScore -# Maintained by Klaatu at member.fsf dot org + +# Copyright 2022 Klaatu <klaatu@member.fsf.org> | Lawrence NZ +# Thanks to Tim Dickson + +# GNU All-Permissive License +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. cd $(dirname $0) ; CWD=$(pwd) @@ -71,9 +79,9 @@ sed -i 's|share/man|man|' CMakeLists.txt #because the qmake finder finds the qt4 version. lets patch this sed -i 's/qmake)/qmake-qt5)/g' build/FindQt5.cmake -make revision +make -j11 revision -make release \ +make -j11 release \ PREFIX=/usr \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |