cpio: New package (GNU cpio)

Busybox cpio is limited to just few of cpio variants. GNU cpio has wider
cpio support.
This commit is contained in:
Vladimir Serbinenko 2017-08-30 17:59:34 +02:00 committed by Fredrik Fornwall
parent 39d535c4f3
commit 122e6529b9
1 changed files with 8 additions and 0 deletions

8
packages/cpio/build.sh Normal file
View File

@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/cpio/
TERMUX_PKG_DESCRIPTION="CPIO implementation from the GNU project"
TERMUX_PKG_VERSION=2.12
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/cpio/cpio-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=70998c5816ace8407c8b101c9ba1ffd3ebbecba1f5031046893307580ec1296e
TERMUX_PKG_DEPENDS="tar"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-rmt=$TERMUX_PREFIX/libexec/rmt"