Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
slapos.package
Commits
592eb9ff
Commit
592eb9ff
authored
Aug 02, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obs/generic: Add dep--mca--static packaging.
parent
81fe009e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
obs/dep--mca--static/compilation/makefile-scripts/install.sh
obs/dep--mca--static/compilation/makefile-scripts/install.sh
+18
-0
obs/dep--mca--static/env.sh
obs/dep--mca--static/env.sh
+8
-0
No files found.
obs/dep--mca--static/compilation/makefile-scripts/install.sh
0 → 100755
View file @
592eb9ff
#!/bin/bash
set
-e
source
makefile-scripts/compilation-env.sh
# note: /share files such as manpages are not yet supported in this project
mkdir
-p
"
$INSTALL_DIR
"
/bin
mkdir
-p
"
$INSTALL_DIR
"
/etc
mkdir
-p
"
$INSTALL_DIR
"
/lib
# no "-r" option to "cp" because there must not be subdirectories in /bin
# https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s04.html
# https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s13.html
cp
"
$RUN_BUILDOUT_DIR
"
/parts/mca/bin/
*
"
$INSTALL_DIR
"
/bin
||
true
cp
-r
"
$RUN_BUILDOUT_DIR
"
/parts/mca/etc/
*
"
$INSTALL_DIR
"
/etc
||
true
cp
-r
"
$RUN_BUILDOUT_DIR
"
/parts/fluentbit-plugin-wendelin/lib/
*
"
$INSTALL_DIR
"
/lib
||
true
rm
-f
clean-stamp
obs/dep--mca--static/env.sh
0 → 100644
View file @
592eb9ff
export
SOFTWARE_NAME
=
dep--mca--static
export
MAINTAINER_NAME
=
Ophelie
export
MAINTAINER_EMAIL
=
ophelie.gagnard@nexedi.com
export
OBS_USER
=
oph.nxd
export
PACKAGE_BUILD_DEPENDENCIES
=
"debhelper (>= 4.1.16), chrpath, wget, python (>= 2.7), python3 (>= 3.7), python3-dev (>= 3.7), golang (>= 2:1.15~1), cmake (>= 3.18)"
export
BUILDOUT_RELATIVE_PATH
=
software/mca/dep--mca--static.cfg
export
SETUPTOOLS_VERSION
=
44.1.1
export
ZC_BUILDOUT_VERSION
=
2.7.1+slapos016
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment