Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xz
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
certo
xz
Commits
046e0452
Commit
046e0452
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded xz to 5.2.5
parent
5baedd68
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
Makefile
Makefile
+7
-6
build.xml
build.xml
+2
-2
xz-5.2.4.tar.xz
xz-5.2.4.tar.xz
+0
-0
xz-5.2.5.tar.xz
xz-5.2.5.tar.xz
+0
-0
No files found.
Makefile
View file @
046e0452
all
:
all
:
tar
xf xz-5.2.
4
.tar.xz
tar
xf xz-5.2.
5
.tar.xz
cd
xz-5.2.
4
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--disable-static
--docdir
=
/usr/share/doc/xz-5.2.4
cd
xz-5.2.
5
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--disable-static
--docdir
=
/usr/share/doc/xz-5.2.5
$(MAKE)
-C
xz-5.2.
4
$(MAKE)
-C
xz-5.2.
5
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
xz-5.2.
4
check
;
\
$(MAKE)
-C
xz-5.2.
5
check
;
\
fi
fi
$(MAKE)
-C
xz-5.2.
4
install
$(MAKE)
-C
xz-5.2.
5
install
mv
-v
/usr/bin/
{
xz,lzma,lzcat,unlzma,unxz,xzcat
}
/bin
mv
-v
/usr/bin/
{
xz,lzma,lzcat,unlzma,unxz,xzcat
}
/bin
mv
-v
/usr/lib/liblzma.so.
*
/lib
mv
-v
/usr/lib/liblzma.so.
*
/lib
ln
-sfv
../../lib/
$$
(
readlink
/usr/lib/liblzma.so
)
/usr/lib/liblzma.so
ln
-sfv
../../lib/
$$
(
readlink
/usr/lib/liblzma.so
)
/usr/lib/liblzma.so
rm
-rf
xz-5.2.4
rm
-rf
xz-5.2.5
build.xml
View file @
046e0452
<project
name=
"xz"
>
<project
name=
"xz"
>
<target
name=
"temporary-xz"
>
<target
name=
"temporary-xz"
>
<property
name=
"makedir"
value=
"${builddir}/xz-5.2.
4
"
/>
<property
name=
"makedir"
value=
"${builddir}/xz-5.2.
5
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/xz/xz-5.2.
4
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/xz/xz-5.2.
5
.tar.xz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
xz-5.2.4.tar.xz
deleted
100644 → 0
View file @
5baedd68
File deleted
xz-5.2.5.tar.xz
0 → 100644
View file @
046e0452
File added
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