diff options
Diffstat (limited to 'packages/microcom')
-rw-r--r-- | packages/microcom/microcom_1.02.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/microcom/microcom_1.02.bb b/packages/microcom/microcom_1.02.bb index e69de29bb2..b87ce5e0d5 100644 --- a/packages/microcom/microcom_1.02.bb +++ b/packages/microcom/microcom_1.02.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \ +scripting support." +LICENSE = "GPL" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "http://microcom.port5.com/m102.tar.gz \ + file://make.patch;patch=1" +S = "${WORKDIR}" + +do_install () { + install -d ${D}${bindir} + install -m 0755 microcom ${D}${bindir}/ +} |