wok diff lzo/receipt @ rev 10857

Up: slitaz-boot-scripts (4.5) - Bug fixes and ready for RC
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 14 21:15:16 2011 +0200 (2011-06-14)
parents 02bbaa9d12ba
children 2a5cc8208d36
line diff
     1.1 --- a/lzo/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/lzo/receipt	Tue Jun 14 21:15:16 2011 +0200
     1.3 @@ -1,11 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lzo"
     1.7 -VERSION="2.04"
     1.8 +VERSION="2.05"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Data compression library"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS=""
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
    1.15  WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
    1.16 @@ -14,10 +13,9 @@
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	./configure --prefix=/usr \
    1.21 -	--enable-shared $CONFIGURE_ARGS
    1.22 -	make
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	./configure \
    1.25 +	--enable-shared $CONFIGURE_ARGS &&
    1.26 +	make &&	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.