2015-06-13 01:03:31 +02:00
|
|
|
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"
|
2015-06-28 23:11:35 +02:00
|
|
|
TERMUX_PKG_VERSION=478
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_SRCURL=http://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSION}.tar.gz
|
|
|
|
|
2015-06-28 23:11:35 +02:00
|
|
|
termux_step_pre_configure () {
|
|
|
|
# Mistake in packaging less 478
|
|
|
|
chmod +x $TERMUX_PKG_SRCDIR/configure
|
|
|
|
}
|