wok-next view lrzsz/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents a3c581bf52b8
children
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 WEB_SITE="https://ohse.de/uwe/software/lrzsz.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://ohse.de/uwe/releases/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --prefix=/usr \
17 $CONFIGURE_ARGS &&
18 make &&
19 make -j1 DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 }