2017-01-18 00:59:50 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://dev.yorhel.nl/ncdc
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Modern and lightweight direct connect client with a friendly ncurses interface"
|
2017-01-18 00:59:50 +01:00
|
|
|
TERMUX_PKG_VERSION=1.20
|
|
|
|
TERMUX_PKG_SRCURL=https://dev.yorhel.nl/download/ncdc-${TERMUX_PKG_VERSION}.tar.gz
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libgnutls, libsqlite, bzip2, glib, ncurses"
|
2016-05-04 14:54:30 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC="yes"
|
2015-06-13 01:03:31 +02:00
|
|
|
|
|
|
|
termux_step_post_configure () {
|
|
|
|
# Cross compiling steps documented in ncdc README
|
|
|
|
gcc $TERMUX_PKG_SRCDIR/deps/makeheaders.c -o makeheaders
|
|
|
|
gcc -I. $TERMUX_PKG_SRCDIR/doc/gendoc.c -o gendoc
|
|
|
|
$TERMUX_TOUCH -d "next hour" makeheaders gendoc
|
|
|
|
}
|