diff options
Diffstat (limited to 'meta/recipes-bsp/lrzsz')
-rw-r--r-- | meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 9 |
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 @@ -DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" +SUMMARY = "Tools for zmodem/xmodem/ymodem file transfer" +DESCRIPTION = "Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from \ +the public-domain version of Chuck Forsberg's rzsz package. \ +These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and \ +receive (rz, rx, rb) files over a dial-in serial port from a variety of programs \ +running under various operating systems. " HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ @@ -30,4 +35,4 @@ pkg_postrm() { for util in rz rx rb sz sx sb; do update-alternatives --remove $util ${bindir}/lrz done -}
\ No newline at end of file +} |