wok rev 10154

Up: lzo to 2.05.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 19:35:02 2011 +0000 (2011-05-20)
parents f99bd1784ef1
children 6c86b2ce4a43
files lzo-dev/receipt lzo/receipt
line diff
     1.1 --- a/lzo-dev/receipt	Fri May 20 19:32:54 2011 +0000
     1.2 +++ b/lzo-dev/receipt	Fri May 20 19:35:02 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lzo-dev"
     1.7 -VERSION="2.04"
     1.8 +VERSION="2.05"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Data compression development library."
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/lzo/receipt	Fri May 20 19:32:54 2011 +0000
     2.2 +++ b/lzo/receipt	Fri May 20 19:35:02 2011 +0000
     2.3 @@ -1,11 +1,10 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="lzo"
     2.7 -VERSION="2.04"
     2.8 +VERSION="2.05"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Data compression library"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 -DEPENDS=""
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
    2.15  WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
    2.16 @@ -14,10 +13,9 @@
    2.17  compile_rules()
    2.18  {
    2.19  	cd $src
    2.20 -	./configure --prefix=/usr \
    2.21 -	--enable-shared $CONFIGURE_ARGS
    2.22 -	make
    2.23 -	make DESTDIR=$PWD/_pkg install
    2.24 +	./configure \
    2.25 +	--enable-shared $CONFIGURE_ARGS &&
    2.26 +	make &&	make install
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.