libunwind: Enable package
[termux-packages] / packages / libunwind / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.nongnu.org/libunwind/
2 TERMUX_PKG_DESCRIPTION="Library to determine the call-chain of a program"
3 # Use master and the commit date as version suffix:
4 local _COMMIT=2b8ab794b3a636c05396fdbaebbba25d8aa4722a
5 TERMUX_PKG_VERSION=1.2.20170304
6 TERMUX_PKG_SRCURL=https://github.com/libunwind/libunwind/archive/${_COMMIT}.zip
7 TERMUX_PKG_SHA256=fdbe8f0348a0db86663fdf7a363fcb281fef220f85bd751db8ed13aca00c062d
8 TERMUX_PKG_FOLDERNAME=libunwind-$_COMMIT
9 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-tests --disable-coredump"
10
11 termux_step_post_extract_package() {
12 NOCONFIGURE=1 ./autogen.sh
13 }