mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
21 lines
481 B
Plaintext
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"
|