command-not-found: Update with new commands
[termux-packages] / packages / libarchive / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.libarchive.org/
2 TERMUX_PKG_DESCRIPTION="Multi-format archive and compression library"
3 TERMUX_PKG_VERSION=3.2.2
4 TERMUX_PKG_SRCURL=http://www.libarchive.org/downloads/libarchive-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=691c194ee132d1f0f7a42541f091db811bc2e56f7107e9121be2bc8c04f1060f
6 TERMUX_PKG_DEPENDS="libbz2, liblzma, libxml2, openssl"
7
8 # --without-nettle to use openssl instead:
9 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-nettle"