name: tar kind: chunk build-system: autotools pre-configure-commands: - bash bootstrap --skip-po configure-commands: - | `# [1]` env FORCE_UNSAFE_CONFIGURE=1 \ ./configure --prefix="$PREFIX" \ `# [2]` --disable-gcc-warnings \ `# [3]` --bindir=/bin