Files
haikuports/sys-apps/less/less-436.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

24 lines
561 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=`finddir B_COMMON_DIRECTORY` --with-editor=nano \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL()
{
cd less-436
make install DESTDIR="${DESTDIR}"
}
LICENSE="GNU GPL v3"
COPYRIGHT="1984-2009 Mark Nudelman"