wok diff lrzip/receipt @ rev 9417

Up: vim, vim-tiny and gvim to 7.3, fixed vimrc path, linked libraries and build depends
author Manuel Flores Vivas <manuelfloresv@gmail.com>
date Wed Mar 30 01:13:57 2011 +0000 (2011-03-30)
parents e48321c421a2
children cb9450f9282a
line diff
     1.1 --- a/lrzip/receipt	Fri Oct 01 03:29:02 2010 +0000
     1.2 +++ b/lrzip/receipt	Wed Mar 30 01:13:57 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.