summaryrefslogtreecommitdiff
path: root/picocom/picocom_1.3.oe
blob: eedd4635281d9350284f238280d32eb5d16df7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Picocom is a lightweight and minimal (~20K) dumb-terminal emulation program. "
SECTION = "utils"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
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}/
}