# HG changeset patch # User Pascal Bellard # Date 1429526025 -7200 # Node ID 2c07945763bfca81be15232f912caae188abb581 # Parent 87a2f75d7a93202ac61ff846f2db2adb1aea5165 Up lzo (2.09) diff -r 87a2f75d7a93 -r 2c07945763bf coreutils-operations/receipt --- a/coreutils-operations/receipt Mon Apr 20 11:31:18 2015 +0200 +++ b/coreutils-operations/receipt Mon Apr 20 12:33:45 2015 +0200 @@ -53,11 +53,11 @@ { # use busybox ln applet directly since /bin/ln # in this package is remove already - /bin/busybox ln -s /bin/busybox $1/bin/cp - /bin/busybox ln -s /bin/busybox $1/bin/dd - /bin/busybox ln -s /bin/busybox $1/bin/mv - /bin/busybox ln -s /bin/busybox $1/bin/ln - /bin/busybox ln -s /bin/busybox $1/bin/rm - /bin/busybox ln -s /bin/busybox $1/usr/bin/install - /bin/busybox ln -s /bin/busybox $1/usr/bin/shred + /bin/busybox ln -fs /bin/busybox $1/bin/cp + /bin/busybox ln -fs /bin/busybox $1/bin/dd + /bin/busybox ln -fs /bin/busybox $1/bin/mv + /bin/busybox ln -fs /bin/busybox $1/bin/ln + /bin/busybox ln -fs /bin/busybox $1/bin/rm + /bin/busybox ln -fs /bin/busybox $1/usr/bin/install + /bin/busybox ln -fs /bin/busybox $1/usr/bin/shred } diff -r 87a2f75d7a93 -r 2c07945763bf lzo-dev/receipt --- a/lzo-dev/receipt Mon Apr 20 11:31:18 2015 +0200 +++ b/lzo-dev/receipt Mon Apr 20 12:33:45 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lzo-dev" -VERSION="2.05" +VERSION="2.09" CATEGORY="development" SHORT_DESC="Data compression development library." MAINTAINER="erjo@slitaz.org" @@ -18,4 +18,3 @@ cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib } - diff -r 87a2f75d7a93 -r 2c07945763bf lzo/receipt --- a/lzo/receipt Mon Apr 20 11:31:18 2015 +0200 +++ b/lzo/receipt Mon Apr 20 12:33:45 2015 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="lzo" -VERSION="2.05" +VERSION="2.09" CATEGORY="system-tools" SHORT_DESC="Data compression library" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/" -WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL" +WGET_URL="$WEB_SITE$TARBALL" HOST_ARCH="i486 arm" # Rules to configure and make the package. @@ -26,4 +26,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } -