cmake: Add dependency on jsoncpp, and split ccmake into subpackage

This commit is contained in:
Fredrik Fornwall 2015-07-15 08:51:50 -04:00
parent 2d15cefd89
commit ad191f652a
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Family of tools designed to build, test and package soft
_MAJOR_VERSION=3.2
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.3
TERMUX_PKG_SRCURL=http://www.cmake.org/files/v${_MAJOR_VERSION}/cmake-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, ncurses"
TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, ncurses, jsoncpp"
termux_step_configure () {
cd $TERMUX_PKG_BUILDDIR

View File

@ -0,0 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/ccmake"
TERMUX_SUBPKG_DESCRIPTION="Curses based user interface for CMake (ccmake)"
TERMUX_SUBPKG_DEPENDS="cmake, ncurses-ui-libs"