You are not logged in.

#1 2005-01-04 23:03:47

kth5
Member
Registered: 2004-04-29
Posts: 657
Website

[new] lrzsz 0.12.20 PKGBUILD

lrzsz: free x/y/zmodem implementation

lrzsz is a unix communication package providing the XMODEM, YMODEM ZMODEM file transfer protocols. lrzsz is a heavily rehacked version of the last public domain release of Omen Technologies rzsz package, and is now free software and released under the GNU General Public Licence.

i haven't been able to find it anywhere on TUR and the other repos so here's my PKGBUILD:

# Maintainer: Alexander Baldeck <alexander@mindfield.de>
pkgname=lrzsz
 pkgver=0.12.20
 pkgrel=1
 pkgdesc="lrzsz is a unix communication package providing the XMODEM, YMODEM ZMODEM file transfer protocols."
 url="http://www.ohse.de/uwe/software/lrzsz.html"
 license="GPL"
 depends=()
 source=(http://www.ohse.de/uwe/releases/$pkgname-$pkgver.tar.gz)
 md5sums=('b5ce6a74abc9b9eb2af94dffdfd372a4')

 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --disable-debug
   make || return 1
   make DESTDIR=$startdir/pkg install
   cd $startdir/pkg/usr/
   mv local/* .
   rm -rf local/
 }

i use lrszs to send files to my iPaq using minicom. as it seems minicom requires external programs in order to send files over serial connections for example.


I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell

Offline

Board footer

Powered by FluxBB