mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Add gzip 1.13
This commit is contained in:
parent
cceb86d2b0
commit
fda9e33f06
4 changed files with 73 additions and 0 deletions
60
steps/gzip-1.13/import-gnulib.sh
Normal file
60
steps/gzip-1.13/import-gnulib.sh
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
#!/bin/sh
|
||||
|
||||
../gnulib-5651802/gnulib-tool --import --local-dir=gl \
|
||||
--lib=libgzip \
|
||||
--source-base=lib \
|
||||
--m4-base=m4 \
|
||||
--doc-base=doc \
|
||||
--tests-base=tests \
|
||||
--aux-dir=build-aux \
|
||||
--makefile-name=gnulib.mk \
|
||||
--no-conditional-dependencies \
|
||||
--no-libtool \
|
||||
--macro-prefix=gl \
|
||||
--avoid=getline \
|
||||
--avoid=rpmatch \
|
||||
announce-gen \
|
||||
calloc-gnu \
|
||||
close \
|
||||
dirname-lgpl \
|
||||
fclose \
|
||||
fcntl \
|
||||
fcntl-safer \
|
||||
fdatasync \
|
||||
fdopendir \
|
||||
filename \
|
||||
fprintf-posix \
|
||||
fsync \
|
||||
getopt-gnu \
|
||||
git-version-gen \
|
||||
gitlog-to-changelog \
|
||||
gnu-make \
|
||||
gnu-web-doc-update \
|
||||
gnumakefile \
|
||||
gnupload \
|
||||
ignore-value \
|
||||
intprops \
|
||||
largefile \
|
||||
lib-ignore \
|
||||
lstat \
|
||||
maintainer-makefile \
|
||||
malloc-gnu \
|
||||
manywarnings \
|
||||
openat-safer \
|
||||
printf-posix \
|
||||
readme-release \
|
||||
realloc-gnu \
|
||||
savedir \
|
||||
sigaction \
|
||||
stat-time \
|
||||
strerror \
|
||||
sys_stat \
|
||||
time \
|
||||
unistd-safer \
|
||||
unlinkat \
|
||||
update-copyright \
|
||||
utimens \
|
||||
verify \
|
||||
xalloc \
|
||||
year2038 \
|
||||
yesno
|
||||
10
steps/gzip-1.13/pass1.sh
Executable file
10
steps/gzip-1.13/pass1.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
src_prepare() {
|
||||
default
|
||||
autoreconf-2.71 -fi
|
||||
|
||||
. ../../import-gnulib.sh
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
2
steps/gzip-1.13/sources
Normal file
2
steps/gzip-1.13/sources
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
https://ftp.gnu.org/gnu/gzip/gzip-1.13.tar.xz 7454eb6935db17c6655576c2e1b0fabefd38b4d0936e0f87f48cd062ce91a057
|
||||
http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-5651802.tar.gz 56f1221eb682c3502ee097f583f44673570753cb452346ad4806d94560c3fac9
|
||||
|
|
@ -191,6 +191,7 @@ jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
|
|||
build: gcc-10.4.0
|
||||
build: binutils-2.41
|
||||
build: gcc-13.1.0
|
||||
build: gzip-1.13
|
||||
build: diffutils-3.10
|
||||
build: libmd-1.1.0
|
||||
build: libbsd-0.11.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue