wok diff lrzip/receipt @ rev 25237
updated python-simplejson (3.17.0 -> 3.17.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:45:54 2022 +0100 (2022-07-13) |
parents | 60202e4e10cc |
children |
line diff
1.1 --- a/lrzip/receipt Thu Sep 16 16:33:44 2021 +0000 1.2 +++ b/lrzip/receipt Wed Jul 13 17:45:54 2022 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lrzip" 1.7 -VERSION="0.641" 1.8 +VERSION="0.651" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +TAGS="compression archive" 1.13 +SHORT_DESC="Lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy." 1.14 +MAINTAINER="maintainer@slitaz.org" 1.15 LICENSE="GPL2" 1.16 +WEB_SITE="http://ck.kolivas.org/apps/lrzip/" 1.17 + 1.18 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.19 -WEB_SITE="http://ck.kolivas.org/apps/lrzip/" 1.20 WGET_URL="$WEB_SITE/$TARBALL" 1.21 -TAGS="compression archive" 1.22 1.23 -DEPENDS="lzo bzlib zlib gcc-lib-base lz4-lib" 1.24 -BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl lz4-dev" 1.25 +DEPENDS="bash bzlib lz4 lzo zlib" 1.26 +BUILD_DEPENDS="bzip2-dev lz4-dev lzo-dev nasm perl zlib-dev" 1.27 1.28 current_version() 1.29 { 1.30 @@ -23,14 +24,13 @@ 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 - ./configure $CONFIGURE_ARGS && 1.35 - make && 1.36 - make DESTDIR=$DESTDIR install 1.37 + ./configure $CONFIGURE_ARGS && 1.38 + make && 1.39 + make install DESTDIR=$DESTDIR 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg. 1.43 genpkg_rules() 1.44 { 1.45 - mkdir -p $fs/usr 1.46 - cp -a $install/usr/bin $fs/usr 1.47 + cook_copy_folders bin 1.48 }