diff --git a/steps/gzip-1.13/import-gnulib.sh b/steps/gzip-1.13/import-gnulib.sh new file mode 100644 index 00000000..6f8ae5d4 --- /dev/null +++ b/steps/gzip-1.13/import-gnulib.sh @@ -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 diff --git a/steps/gzip-1.13/pass1.sh b/steps/gzip-1.13/pass1.sh new file mode 100755 index 00000000..30d845ea --- /dev/null +++ b/steps/gzip-1.13/pass1.sh @@ -0,0 +1,10 @@ +src_prepare() { + default + autoreconf-2.71 -fi + + . ../../import-gnulib.sh +} + +src_configure() { + ./configure --prefix="${PREFIX}" +} diff --git a/steps/gzip-1.13/sources b/steps/gzip-1.13/sources new file mode 100644 index 00000000..dd4705a8 --- /dev/null +++ b/steps/gzip-1.13/sources @@ -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 diff --git a/steps/manifest b/steps/manifest index a32d98fd..b38e3082 100644 --- a/steps/manifest +++ b/steps/manifest @@ -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