wok rev 17984

Up lzo (2.09)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 20 12:33:45 2015 +0200 (2015-04-20)
parents 87a2f75d7a93
children 0d193e839425
files coreutils-operations/receipt lzo-dev/receipt lzo/receipt
line diff
     1.1 --- a/coreutils-operations/receipt	Mon Apr 20 11:31:18 2015 +0200
     1.2 +++ b/coreutils-operations/receipt	Mon Apr 20 12:33:45 2015 +0200
     1.3 @@ -53,11 +53,11 @@
     1.4  {
     1.5  	# use busybox ln applet directly since /bin/ln
     1.6          # in this package is remove already
     1.7 -	/bin/busybox ln -s /bin/busybox $1/bin/cp
     1.8 -	/bin/busybox ln -s /bin/busybox $1/bin/dd
     1.9 -	/bin/busybox ln -s /bin/busybox $1/bin/mv
    1.10 -	/bin/busybox ln -s /bin/busybox $1/bin/ln
    1.11 -	/bin/busybox ln -s /bin/busybox $1/bin/rm
    1.12 -	/bin/busybox ln -s /bin/busybox $1/usr/bin/install
    1.13 -	/bin/busybox ln -s /bin/busybox $1/usr/bin/shred
    1.14 +	/bin/busybox ln -fs /bin/busybox $1/bin/cp
    1.15 +	/bin/busybox ln -fs /bin/busybox $1/bin/dd
    1.16 +	/bin/busybox ln -fs /bin/busybox $1/bin/mv
    1.17 +	/bin/busybox ln -fs /bin/busybox $1/bin/ln
    1.18 +	/bin/busybox ln -fs /bin/busybox $1/bin/rm
    1.19 +	/bin/busybox ln -fs /bin/busybox $1/usr/bin/install
    1.20 +	/bin/busybox ln -fs /bin/busybox $1/usr/bin/shred
    1.21  }
     2.1 --- a/lzo-dev/receipt	Mon Apr 20 11:31:18 2015 +0200
     2.2 +++ b/lzo-dev/receipt	Mon Apr 20 12:33:45 2015 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="lzo-dev"
     2.7 -VERSION="2.05"
     2.8 +VERSION="2.09"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Data compression development library."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -18,4 +18,3 @@
    2.13  	cp -a $install/usr/include $fs/usr
    2.14  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    2.15  }
    2.16 -
     3.1 --- a/lzo/receipt	Mon Apr 20 11:31:18 2015 +0200
     3.2 +++ b/lzo/receipt	Mon Apr 20 12:33:45 2015 +0200
     3.3 @@ -1,14 +1,14 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="lzo"
     3.7 -VERSION="2.05"
     3.8 +VERSION="2.09"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Data compression library"
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12  LICENSE="GPL2"
    3.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14  WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
    3.15 -WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
    3.16 +WGET_URL="$WEB_SITE$TARBALL"
    3.17  HOST_ARCH="i486 arm"
    3.18  
    3.19  # Rules to configure and make the package.
    3.20 @@ -26,4 +26,3 @@
    3.21  	mkdir -p $fs/usr/lib 
    3.22  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.23  }
    3.24 -