wok view lrzsz/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents fa553b7be984
children a78610b2eb47
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 BUILD_DEPENDS="wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure --prefix=/usr $CONFIGURE_ARGS &&
19 make &&
20 make -j 1 DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }