Update less from 471 to 478

This commit is contained in:
Fredrik Fornwall 2015-06-28 17:11:35 -04:00
parent b0527a7a14
commit 04b9145a09
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
TERMUX_PKG_HOMEPAGE=http://www.greenwoodsoftware.com/less/
TERMUX_PKG_DESCRIPTION="Terminal pager program used to view the contents of a text file one screen at a time"
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_VERSION=471
TERMUX_PKG_VERSION=478
TERMUX_PKG_SRCURL=http://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSION}.tar.gz
termux_step_pre_configure () {
# Mistake in packaging less 478
chmod +x $TERMUX_PKG_SRCDIR/configure
}