name: libtirpc variant: scratch shell: /bin/bash install: - build-base - bash - autoconf dependencies: - image: cgr.dev/chainguard/wolfi-base@{{ .WOLFI_BASE_REF }} steps: - sources: - url: https://src.fedoraproject.org/lookaside/extras/libtirpc/libtirpc-{{ .LIBTIRPC_VERSION | replace "-" "." }}.tar.bz2/sha512/df0781a74ff9ded2d3c4f5eb7e05496b9f58eac8060c02c68331dc14c4a00304dcd19f46836f5756fe0d9d27095fd463d42dd696fcdff891516711b7d63deabe/libtirpc-{{ .LIBTIRPC_VERSION | replace "-" "." }}.tar.bz2 destination: libtirpc.tar.bz2 sha256: 6474e98851d9f6f33871957ddee9714fdcd9d8a5ee9abb5a98d63ea2e60e12f3 sha512: df0781a74ff9ded2d3c4f5eb7e05496b9f58eac8060c02c68331dc14c4a00304dcd19f46836f5756fe0d9d27095fd463d42dd696fcdff891516711b7d63deabe prepare: - | tar -xf libtirpc.tar.bz2 --strip-components=1 ./configure \ --prefix=/usr/local \ --disable-gssapi build: - | make -j $(nproc) install: - | mkdir -p /rootfs make install DESTDIR=/rootfs rm -rf /rootfs/usr/local/share/man finalize: - from: /rootfs to: /rootfs