increase dvbapp PR
[vuplus_openembedded] / recipes / microcom / microcom_1.02.bb
1 DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
2 scripting support."
3 LICENSE = "GPL"
4
5 # http://microcom.port5.com/m102.tar.gz is no longer available
6 #NOTE: this should probably be converted to pull from sourceforge
7 # CVS, because openwrt is just another mirror of a file which no
8 # longer seems to exist outside mirrors.  mirror magic.
9 SRC_URI = "http://downloads.openwrt.org/sources/m102.tar.gz \
10            file://make.patch;patch=1"
11 S = "${WORKDIR}"
12
13 do_install () {
14         install -d ${D}${bindir}
15         install -m 0755 microcom ${D}${bindir}/
16 }