]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/microcom/microcom_1.02.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / microcom / microcom_1.02.bb
1 DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
2 scripting support."
3 LICENSE = "GPL"
4 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
5
6 # http://microcom.port5.com/m102.tar.gz is no longer available
7 #NOTE: this should probably be converted to pull from sourceforge
8 # CVS, because openwrt is just another mirror of a file which no
9 # longer seems to exist outside mirrors.  mirror magic.
10 SRC_URI = "http://downloads.openwrt.org/sources/m102.tar.gz \
11            file://make.patch;patch=1"
12 S = "${WORKDIR}"
13
14 do_install () {
15         install -d ${D}${bindir}
16         install -m 0755 microcom ${D}${bindir}/
17 }