# HG changeset patch # User Christopher Rogers # Date 1297637530 0 # Node ID 81eefe36896c211a322e0d6147b872fa581d0c43 # Parent 7237c993389a7b850c7c083c18f77de2ac53c6cd Up: lrzip to 0.552. diff -r 7237c993389a -r 81eefe36896c lrzip/receipt --- a/lrzip/receipt Sun Feb 13 22:47:13 2011 +0000 +++ b/lrzip/receipt Sun Feb 13 22:52:10 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lrzip" -VERSION="0.46" +VERSION="0.552" CATEGORY="utilities" SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy" MAINTAINER="devel@slitaz.org" @@ -16,10 +16,9 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.