6c29aaa1c7
This will make things as std::to_string() and other C++ features work with a modern and supported C++ library. We package up libc++_shared.so and bump the revision of every C++ using package to make it rebuild against it. Users who have built C++ using libraries or programs will probably need to rebuild them if they are linked against Termux-supplied libraries, as user code was previously linked against gnustl while the system libraries are now using libc++, and it's not a good idea to mix C++ standard libraries in a program.
10 lines
421 B
Bash
10 lines
421 B
Bash
TERMUX_PKG_HOMEPAGE=http://www.rarlab.com/
|
|
TERMUX_PKG_DESCRIPTION="Tool for extracting files from .rar archives"
|
|
TERMUX_PKG_VERSION=5.5.4
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=http://www.rarlab.com/rar/unrarsrc-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=c8217d311c8b3fbbd00737721f8d43d2b306192e1e39d7a858dcb714b2853517
|
|
TERMUX_PKG_DEPENDS="libandroid-support"
|
|
TERMUX_PKG_FOLDERNAME=unrar
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|