# HG changeset patch # User Christopher Rogers # Date 1305920102 0 # Node ID 3dde675264bae23f0bb86955670d8f0cb9056654 # Parent f99bd1784ef1896b49eafd74bbd11b63c78add91 Up: lzo to 2.05. diff -r f99bd1784ef1 -r 3dde675264ba lzo-dev/receipt --- a/lzo-dev/receipt Fri May 20 19:32:54 2011 +0000 +++ b/lzo-dev/receipt Fri May 20 19:35:02 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lzo-dev" -VERSION="2.04" +VERSION="2.05" CATEGORY="development" SHORT_DESC="Data compression development library." MAINTAINER="erjo@slitaz.org" diff -r f99bd1784ef1 -r 3dde675264ba lzo/receipt --- a/lzo/receipt Fri May 20 19:32:54 2011 +0000 +++ b/lzo/receipt Fri May 20 19:35:02 2011 +0000 @@ -1,11 +1,10 @@ # SliTaz package receipt. PACKAGE="lzo" -VERSION="2.04" +VERSION="2.05" CATEGORY="system-tools" SHORT_DESC="Data compression library" MAINTAINER="erjo@slitaz.org" -DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/" WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL" @@ -14,10 +13,9 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - --enable-shared $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + ./configure \ + --enable-shared $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.