summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb')
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
index af2db23102..4367a9fec0 100644
--- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
+++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
@@ -1,4 +1,9 @@
1DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" 1SUMMARY = "Tools for zmodem/xmodem/ymodem file transfer"
2DESCRIPTION = "Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from \
3the public-domain version of Chuck Forsberg's rzsz package. \
4These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and \
5receive (rz, rx, rb) files over a dial-in serial port from a variety of programs \
6running under various operating systems. "
2HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html" 7HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html"
3LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
@@ -30,4 +35,4 @@ pkg_postrm() {
30 for util in rz rx rb sz sx sb; do 35 for util in rz rx rb sz sx sb; do
31 update-alternatives --remove $util ${bindir}/lrz 36 update-alternatives --remove $util ${bindir}/lrz
32 done 37 done
33} \ No newline at end of file 38}