calcurse: Update from 4.2.1 to 4.2.2
[termux-packages] / packages / calcurse / build.sh
1 TERMUX_PKG_HOMEPAGE=http://calcurse.org/
2 TERMUX_PKG_DESCRIPTION="calcurse is a calendar and scheduling application for the command line"
3 TERMUX_PKG_VERSION=4.2.2
4 TERMUX_PKG_SRCURL=http://calcurse.org/files/calcurse-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=c6881ddbd1cc7fbd02898187ac0fb4c6d8ac4c2715909b1cf00fb7a90cf08046
6 TERMUX_PKG_DEPENDS="ncurses"
7
8 termux_step_pre_configure() {
9 export ac_cv_lib_pthread_pthread_create=yes
10 }