wok-next diff lzip/receipt @ rev 5427
Up: goffice (0.8.2)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 04 19:23:16 2010 +0000 (2010-05-04) |
parents | 911706b38733 |
children | 926edf28a263 |
line diff
1.1 --- a/lzip/receipt Sat Sep 26 07:53:47 2009 +0000 1.2 +++ b/lzip/receipt Tue May 04 19:23:16 2010 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="LZMA compressor" 1.6 MAINTAINER="mimas@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="gcc-lib-base" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.nongnu.org/lzip/lzip.html" 1.11 WGET_URL="http://mirrors.linhub.com/savannah/lzip/$TARBALL" 1.12 @@ -14,8 +14,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr $CONFIGURE_ARGS 1.17 - make 1.18 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22