lrzsz: initial commit

This commit is contained in:
Alan Mizrahi 2006-11-06 11:16:35 -04:00
parent 20d8160288
commit b1d647bf8f
3 changed files with 30 additions and 0 deletions

12
lrzsz/.footprint Normal file
View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lrb
-rwxr-xr-x root/root usr/bin/lrx
-rwxr-xr-x root/root usr/bin/lrz
-rwxr-xr-x root/root usr/bin/lsb
-rwxr-xr-x root/root usr/bin/lsx
-rwxr-xr-x root/root usr/bin/lsz
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/lrz.1.gz
-rw-r--r-- root/root usr/man/man1/lsz.1.gz

1
lrzsz/.md5sum Normal file
View File

@ -0,0 +1 @@
b5ce6a74abc9b9eb2af94dffdfd372a4 lrzsz-0.12.20.tar.gz

17
lrzsz/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# $Id: $
# Description: Xmodem, Ymodem and Zmodem file transfer programs
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# URL: http://www.ohse.de/uwe/software/lrzsz.html
# depends:
name=lrzsz
version=0.12.20
release=1
source=(http://www.ohse.de/uwe/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}