wok-6.x diff lrzip/receipt @ rev 9508
Fixed libwnck again.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 06 07:40:02 2011 +0000 (2011-04-06) |
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 Apr 06 07:40:02 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.