tar: Fix /bin/sh -> $PREFIX/bin/sh
[termux-packages] / packages / tar / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/tar/
2 TERMUX_PKG_DESCRIPTION="GNU tar for manipulating tar archives"
3 TERMUX_PKG_VERSION=1.29
4 TERMUX_PKG_BUILD_REVISION=1
5 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/tar/tar-${TERMUX_PKG_VERSION}.tar.xz
6 # Allow xz compression (busybox only provides xz decompression):
7 TERMUX_PKG_DEPENDS="xz-utils"
8 # When cross-compiling configure guesses that d_ino in struct dirent only exists
9 # if triplet matches linux*-gnu*, so we force set it explicitly:
10 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="gl_cv_struct_dirent_d_ino=yes"