summaryrefslogtreecommitdiff
path: root/less/less_381.oe
blob: 510a99f9a3539631833aedb7d08c036b6486a423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEPENDS = virtual/libc ncurses
RDEPENDS = libc6 libncurses5

SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz \
	   file://${FILESDIR}/configure.patch;patch=1
S := ${WORKDIR}/${P}

inherit autotools

do_configure () {
	chmod 0755 configure
}

do_install () {
	oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
}