wok diff lziprecover/receipt @ rev 22035
updated tinyssh (20180201 -> 20190101)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 21 15:20:41 2019 +0100 (2019-10-21) |
parents | 852dea41e9fc |
children | f8a963794d31 |
line diff
1.1 --- a/lziprecover/receipt Thu Jun 28 11:52:57 2018 +0200 1.2 +++ b/lziprecover/receipt Mon Oct 21 15:20:41 2019 +0100 1.3 @@ -1,25 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lziprecover" 1.7 -VERSION="1.20" 1.8 +VERSION="1.21" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="LZIP files recovery tool" 1.11 +SHORT_DESC="LZIP files recovery tool." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://www.nongnu.org/lzip/lziprecover.html" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.nongnu.org/lzip/lziprecover.html" 1.18 WGET_URL="http://download.savannah.gnu.org/releases/lzip/lziprecover/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="gcc-lib-base" 1.22 1.23 +HOST_ARCH="i486 arm" 1.24 + 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 mkdir -p $DESTDIR/usr/share/doc 1.29 - cp README $DESTDIR/usr/share/doc 1.30 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.31 - make && 1.32 + cp README $DESTDIR/usr/share/doc 1.33 + 1.34 + ./configure \ 1.35 + --prefix=/usr \ 1.36 + $CONFIGURE_ARGS && 1.37 + make -j 1 && 1.38 make DESTDIR=$DESTDIR install 1.39 } 1.40