wok-next view lzip/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents 8db06e7505f5
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lzip"
4 VERSION="1.20"
5 CATEGORY="utilities"
6 SHORT_DESC="LZMA lossless data compressor"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nongnu.org/lzip/lzip.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --prefix=/usr &&
17 make &&
18 make install || return 1
20 cook_pick_docs README
21 }
23 genpkg_rules() {
24 copy @std
25 }