wok annotate 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
rev   line source
pascal@17131 1 # SliTaz package receipt.
pascal@17131 2
pascal@17131 3 PACKAGE="lrzsz"
pascal@17131 4 VERSION="0.12.20"
pascal@17131 5 CATEGORY="network"
pascal@17131 6 SHORT_DESC="free x/y/zmodem implementation"
pascal@17131 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17131 8 LICENSE="GPL2"
pascal@17131 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17131 10 WEB_SITE="http://ohse.de/uwe/software/lrzsz.html"
pascal@17131 11 WGET_URL="https://ohse.de/uwe/releases/$TARBALL"
pascal@17131 12
pascal@17131 13 # Rules to configure and make the package.
pascal@17131 14 compile_rules()
pascal@17131 15 {
pascal@17131 16 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@17131 17 make &&
pascal@17131 18 make -j 1 DESTDIR=$DESTDIR install
pascal@17131 19 }
pascal@17131 20
pascal@17131 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17131 22 genpkg_rules()
pascal@17131 23 {
pascal@17131 24 mkdir -p $fs/usr
pascal@17131 25 cp -a $install/usr/bin $fs/usr
pascal@17131 26 }