Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / picocom / picocom_1.3.oe
1 DESCRIPTION = "Picocom is a lightweight and minimal (~20K) dumb-terminal emulation program. "
2 SECTION = "console/utils"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5
6 SRC_URI = "http://efault.net/npat/hacks/picocom/dist/picocom-${PV}.tar.gz"
7
8 CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\"'
9
10 do_compile() {
11         oe_runmake
12 }
13
14 do_install () {
15         install -d ${D}/${bindir}
16         install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}/${bindir}/
17 }