coreutils: Update from 8.28 to 8.29
[termux-packages] / packages / atomicparsley / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=https://bitbucket.org/wez/atomicparsley
2TERMUX_PKG_DESCRIPTION="Read, parse and set metadata of MPEG-4 and 3gp files"
3TERMUX_PKG_VERSION=0.9.6
4TERMUX_PKG_REVISION=1
5TERMUX_PKG_SRCURL=https://bitbucket.org/wez/atomicparsley/get/${TERMUX_PKG_VERSION}.tar.bz2
6TERMUX_PKG_SHA256=e28d46728be86219e6ce48695ea637d831ca0170ca6bdac99810996a8291ee50
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_lroundf=yes"
8
9termux_step_pre_configure() {
10 ./autogen.sh
11
12 # Avoid the configure script from using g++ for linking:
13 export OBJCXX=$CXX
14}