wok-next annotate lzip/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 8db06e7505f5
children
rev   line source
al@20862 1 # SliTaz package receipt v2.
mimas@2031 2
mimas@2031 3 PACKAGE="lzip"
al@20862 4 VERSION="1.20"
mimas@2031 5 CATEGORY="utilities"
al@20862 6 SHORT_DESC="LZMA lossless data compressor"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@17404 8 LICENSE="GPL2"
al@20862 9 WEB_SITE="http://www.nongnu.org/lzip/lzip.html"
al@20862 10
mimas@2031 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6454 12 WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL"
mimas@2031 13
al@20862 14 compile_rules() {
al@20862 15 ./configure \
al@20862 16 --prefix=/usr &&
pascal@5003 17 make &&
al@20864 18 make install || return 1
al@20864 19
al@20864 20 cook_pick_docs README
mimas@2031 21 }
mimas@2031 22
al@20862 23 genpkg_rules() {
al@20862 24 copy @std
mimas@2031 25 }