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