wok annotate lrzsz/receipt @ rev 21456

updated mlt-dev again (6.4.1 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:54:45 2019 +0100 (2019-04-29)
parents f3d662dd9d8b
children ede1d184d5c5
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@20669 10 WEB_SITE="https://ohse.de/uwe/software/lrzsz.html"
pascal@17131 11 WGET_URL="https://ohse.de/uwe/releases/$TARBALL"
pascal@17131 12
pascal@17132 13 BUILD_DEPENDS="wget"
pascal@17132 14
pascal@17131 15 # Rules to configure and make the package.
pascal@17131 16 compile_rules()
pascal@17131 17 {
pascal@17131 18 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@17131 19 make &&
pascal@17131 20 make -j 1 DESTDIR=$DESTDIR install
pascal@17131 21 }
pascal@17131 22
pascal@17131 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17131 24 genpkg_rules()
pascal@17131 25 {
pascal@17131 26 mkdir -p $fs/usr
pascal@17131 27 cp -a $install/usr/bin $fs/usr
pascal@17131 28 }