wok-next annotate lrzsz/receipt @ rev 18920
Add brotli (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 24 17:34:26 2016 +0100 (2016-02-24) |
parents | fa553b7be984 |
children | a3c581bf52b8 |
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@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 } |