wok-next view lziprecover/receipt @ rev 20896

dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 16:59:33 2018 +0300 (2018-07-20)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lziprecover"
4 VERSION="1.20"
5 CATEGORY="utilities"
6 SHORT_DESC="LZIP files recovery tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nongnu.org/lzip/lziprecover.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://download.savannah.gnu.org/releases/lzip/lziprecover/$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 }