Files
haikuports/sys-apps/less/less-436.bep
2010-05-16 19:28:03 +00:00

21 lines
481 B
Plaintext

DESCRIPTION="Less is a free, open-source file pager."
HOMEPAGE="http://www.greenwoodsoftware.com/less/"
SRC_URI="http://www.greenwoodsoftware.com/less/less-436.tar.gz"
CHECKSUM_MD5="817bf051953ad2dea825a1cdf460caa4"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd less-436
autoreconf -fvi
./configure --prefix=/boot/common --with-editor=nano
make
}
INSTALL {
cd less-436
make install DESTDIR="${DESTDIR}"
}
LICENSE="GNU GPL v3"
COPYRIGHT="1984-2009 Mark Nudelman"