wok-4.x rev 8593
Up: lrzip to 0.552.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 13 22:52:10 2011 +0000 (2011-02-13) |
parents | 7237c993389a |
children | 88a0ad6f1810 |
files | lrzip/receipt |
line diff
1.1 --- a/lrzip/receipt Sun Feb 13 22:47:13 2011 +0000 1.2 +++ b/lrzip/receipt Sun Feb 13 22:52:10 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lrzip" 1.7 -VERSION="0.46" 1.8 +VERSION="0.552" 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 @@ -16,10 +16,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + ./configure && 1.19 make && 1.20 - make DESTDIR=$PWD/_pkg install 1.21 + make DESTDIR=$DESTDIR install 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg.