wok view lrzsz/receipt @ rev 17131

Add zssh, lrzsz
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 09 15:53:02 2014 +0200 (2014-09-09)
parents
children f3d662dd9d8b
line source
1 # SliTaz package receipt.
3 PACKAGE="lrzsz"
4 VERSION="0.12.20"
5 CATEGORY="network"
6 SHORT_DESC="free x/y/zmodem implementation"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://ohse.de/uwe/software/lrzsz.html"
11 WGET_URL="https://ohse.de/uwe/releases/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 ./configure --prefix=/usr $CONFIGURE_ARGS &&
17 make &&
18 make -j 1 DESTDIR=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/bin $fs/usr
26 }