mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +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
|
||||
Loading…
Add table
Add a link
Reference in a new issue