wok-next annotate lrzsz/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
parents a3c581bf52b8
children
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"
al@21020 6 SHORT_DESC="Free x/y/zmodem implementation"
pascal@17131 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17131 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://ohse.de/uwe/software/lrzsz.html"
al@21020 10
pascal@17131 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17131 12 WGET_URL="https://ohse.de/uwe/releases/$TARBALL"
pascal@17131 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 $CONFIGURE_ARGS &&
pascal@17131 18 make &&
al@21020 19 make -j1 DESTDIR=$install install
pascal@17131 20 }
pascal@17131 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
pascal@17131 24 }