wok diff hdf5/receipt @ rev 22987

updated kkedit (0.2.11 -> 0.4.2)
author Hans-G?nter Theisgen
date Sun Mar 01 16:20:31 2020 +0100 (2020-03-01)
parents bd50558bbb54
children 89c8d8b6cf48
line diff
     1.1 --- a/hdf5/receipt	Mon Mar 11 13:05:00 2019 +0100
     1.2 +++ b/hdf5/receipt	Sun Mar 01 16:20:31 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hdf5"
     1.7 -VERSION="1.10.4"
     1.8 +VERSION="1.10.6"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="A data model, library, and file format for storing and managing data."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,7 +17,8 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	sed -i 's/Using_CMake.txt/USING_CMake.txt/' src/CMakeLists.txt
    1.17 +	sed -i 's/Using_CMake.txt/USING_CMake.txt/' \
    1.18 +		src/CMakeLists.txt
    1.19  
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21  	make -j 1 all &&
    1.22 @@ -31,5 +32,5 @@
    1.23  
    1.24  	cp -a $install/usr/bin	$fs/usr
    1.25  	cp -a $install/usr/lib	$fs/usr
    1.26 -	rm -f $fs/usr/lib/*a
    1.27 +	rm -f			$fs/usr/lib/*a
    1.28  }