Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
4489049a
Commit
4489049a
authored
6 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
build: Bundle source code into relocatable install
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
43ddab11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+15
-1
15 additions, 1 deletion
Makefile
THIRD-PARTY.md
+25
-0
25 additions, 0 deletions
THIRD-PARTY.md
with
40 additions
and
1 deletion
Makefile
+
15
−
1
View file @
4489049a
all
:
install-amd64 install-i386
all
:
install
install
:
install-amd64 install-i386
install
pressure-vessel-wrap relocatable-install/bin/
mkdir
-p
relocatable-install/sources
install
-m644
THIRD-PARTY.md relocatable-install/sources/README.txt
install
-m644
libcapsule/debian/copyright relocatable-install/sources/capsule-capture-libs.txt
install
-m644
/usr/share/doc/zlib1g/copyright relocatable-install/sources/libz.txt
install
-m644
/usr/share/doc/libelf1/copyright relocatable-install/sources/libelf.txt
cd
libcapsule
;
\
git archive
\
--prefix
libcapsule-
$$(
git describe
--match
=
'v*'
)
/
\
-o
$(
CURDIR
)
/relocatable-install/sources/libcapsule-
$$(
git describe
--match
=
'v*'
)
.tar.gz
\
HEAD
cd
relocatable-install/sources
;
apt-get
--download-only
source
elfutils zlib
libcapsule/configure
:
set
-e
;
cd
libcapsule
;
NOCONFIGURE
=
1 ./autogen.sh
...
...
This diff is collapsed.
Click to expand it.
THIRD-PARTY.md
0 → 100644
+
25
−
0
View file @
4489049a
Third-party modules
===================
pressure-vessel includes the capsule-capture-libs utility from libcapsule,
which is licensed under
[
LGPL-2.1-or-later
][]
. See
capsule-capture-libs.txt. Complete source code can be obtained from the
same place as pressure-vessel, or from
<https://gitlab.collabora.com/vivek/libcapsule/>
.
Binary releases of pressure-vessel include the following third-party
libraries:
-
libelf.so.1 from Red Hat elfutils:
[
GPL-2.0-or-later
][]
with linking
exception. See libelf.txt.
-
libz.so.1 from zlib:
[
Zlib
][]
license. See libz.txt.
Complete source code can be obtained from the same place as
pressure-vessel, or from
<https://packages.debian.org/source/jessie/elfutils>
and
<https://packages.debian.org/source/jessie/zlib>
.
[
GPL-2.0-or-later
]:
https://spdx.org/licenses/GPL-2.0-or-later.html
[
LGPL-2.1-or-later
]:
https://spdx.org/licenses/LGPL-2.1-or-later.html
[
Zlib
]:
https://spdx.org/licenses/Zlib.html
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment