diff options
Diffstat (limited to 'less/less_381.oe')
-rw-r--r-- | less/less_381.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/less/less_381.oe b/less/less_381.oe index e69de29bb2..44b187813d 100644 --- a/less/less_381.oe +++ b/less/less_381.oe @@ -0,0 +1,15 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz +S := ${WORKDIR}/${P} + +inherit autotools + +do_configure () { + chmod 0755 configure +} + +do_install () { + oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install +} |