]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/picocom/picocom_1.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / picocom / picocom_1.4.bb
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 LICENSE = "GPL"
6 SRC_URI = "http://efault.net/npat/hacks/picocom/dist/picocom-${PV}.tar.gz"
7
8 CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\"'
9
10 do_install () {
11         install -d ${D}${bindir}
12         install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/
13 }