wok-next diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lziprecover/receipt Fri Jul 20 16:59:33 2018 +0300 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="lziprecover" 1.7 +VERSION="1.20" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="LZIP files recovery tool" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.nongnu.org/lzip/lziprecover.html" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="http://download.savannah.gnu.org/releases/lzip/lziprecover/$TARBALL" 1.16 + 1.17 +compile_rules() { 1.18 + ./configure \ 1.19 + --prefix=/usr && 1.20 + make && 1.21 + make install || return 1 1.22 + 1.23 + cook_pick_docs README 1.24 +} 1.25 + 1.26 +genpkg_rules() { 1.27 + copy @std 1.28 +}