# buildah/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created as follows. Internet access and external websites were required. This procedure may or may not work in the future. #!/bin/bash -e set -e . srcpkgpaths libseccomp YYMMDD=240824 DIR=buildah-$YYMMDD HERE=`pwd` rm -fr $DIR $DIR.tar.bz2 mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go rm -fr $GOPATH mkdir $GOPATH cd $GOPATH git clone https://github.com/containers/buildah \ src/github.com/containers/buildah cd src/github.com/containers/buildah git checkout v1.37.2 make all SECURITYTAGS="seccomp" cd $GOPATH rm -fr .cache `ff -ax` cd $HERE tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.88 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] configure = none defer = glibc64 license = tbd setpaths = libseccomp tmpsize = 911M #--------------------------------------------------------------------- [depends] bats btrfs-progs bzip2 cni-plugins conmon git go go-md2man gtkcore iptables libassuan libgpg-error libgpgme libseccomp lvm2 pkgconf podman protobuf protobuf-c runc shadow skopeo #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MAN1DIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MAN1DIR export HOME=`pwd` export GOPATH=$HOME/go cd $GOPATH/src/github.com/containers/buildah make all SECURITYTAGS="seccomp" mv bin/* $BINDIR/ mv docs/*.1 $MAN1DIR/ mkdir -p /etc/cni/net.d/ install -v -m644 docs/cni-examples/*.conf /etc/cni/net.d/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian_page = tbd url_home = tbd url_lfs = tbd url_tarball = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210513 Added package. Started with 210513. 211127 Updated to 211127 220125 Updated to 220125 - same as 1.23.2 220127 Updated to 220127 - same as 1.24.0 220206 Updated to 220206 - same as 1.24.1 220221 Updated to 220221 - same as 1.24.2 220505 Updated to 220505 - same as 1.26.1 220804 Updated to 220804 - same as 1.26.4 230210 Updated to 230210 - same as 1.26.6 240708 Updated to 240708 - same as 1.36.0 240727 Updated to 240727 - same as 1.37.0 240824 Updated to 240824 - same as 1.37.2