blob: b87ce5e0d5429b1d065b62477d2cab2edbf51212 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}/
}
|