wok-next annotate lziprecover/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents
children
rev   line source
al@20864 1 # SliTaz package receipt v2.
al@20864 2
al@20864 3 PACKAGE="lziprecover"
al@20864 4 VERSION="1.20"
al@20864 5 CATEGORY="utilities"
al@20864 6 SHORT_DESC="LZIP files recovery tool"
al@20864 7 MAINTAINER="pascal.bellard@slitaz.org"
al@20864 8 LICENSE="GPL2"
al@20864 9 WEB_SITE="http://www.nongnu.org/lzip/lziprecover.html"
al@20864 10
al@20864 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20864 12 WGET_URL="http://download.savannah.gnu.org/releases/lzip/lziprecover/$TARBALL"
al@20864 13
al@20864 14 compile_rules() {
al@20864 15 ./configure \
al@20864 16 --prefix=/usr &&
al@20864 17 make &&
al@20864 18 make install || return 1
al@20864 19
al@20864 20 cook_pick_docs README
al@20864 21 }
al@20864 22
al@20864 23 genpkg_rules() {
al@20864 24 copy @std
al@20864 25 }