From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- picocom/picocom_1.3.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'picocom') diff --git a/picocom/picocom_1.3.oe b/picocom/picocom_1.3.oe index e69de29bb2..eedd463528 100644 --- a/picocom/picocom_1.3.oe +++ b/picocom/picocom_1.3.oe @@ -0,0 +1,19 @@ +DESCRIPTION = "Picocom is a lightweight and minimal (~20K) dumb-terminal emulation program. " +SECTION = "utils" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer " +RDEPENDS = "libc6" +DEPENDS = "virtual/libc" + +SRC_URI = http://efault.net/npat/hacks/picocom/dist/${P}.tar.gz + +CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\"' + +do_compile() { + oe_runmake +} + +do_install () { + install -d ${D}/${bindir} + install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}/${bindir}/ +} -- cgit v1.2.3