diff options
Diffstat (limited to 'picocom/picocom_1.3.oe')
-rw-r--r-- | picocom/picocom_1.3.oe | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/picocom/picocom_1.3.oe b/picocom/picocom_1.3.oe deleted file mode 100644 index 830f625445..0000000000 --- a/picocom/picocom_1.3.oe +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Picocom is a lightweight and minimal (~20K) dumb-terminal emulation program. " -SECTION = "console/utils" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" - -SRC_URI = "http://efault.net/npat/hacks/picocom/dist/picocom-${PV}.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}/ -} |