diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-16 21:58:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-16 21:58:08 +0000 |
commit | 89f514b9d243fe551466eae22a72e482a2c99541 (patch) | |
tree | 07da648bc9f30008b4250aeec8681b8cb2b2c9e4 /less/less_381.oe | |
parent | b036b282765fab85d83c1cf9c3bafa61908480f7 (diff) |
apmd_3.2.0.oe:
apmd: fix the build after the cross libtool changes.
dosfstools_2.9.oe:
dosfstools: new upstream source url, and inherit autotools.
BKrev: 3f8f1470cvtPAsIB_JZczDcbul6VTg
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 +} |