wok diff hdf5-dev/receipt @ rev 21519
mosh: update patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 03 16:47:04 2019 +0200 (2019-05-03) |
parents | a78610b2eb47 |
children | 4e60ad201909 |
line diff
1.1 --- a/hdf5-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/hdf5-dev/receipt Fri May 03 16:47:04 2019 +0200 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hdf5-dev" 1.7 -VERSION="1.8.9" 1.8 +VERSION="1.10.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="a data model, library, and file format for storing and managing data." 1.11 +SHORT_DESC="A data model, library, and file format for storing and managing data - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://www.hdfgroup.org/HDF5" 1.15 + 1.16 WANTED="hdf5" 1.17 - 1.18 DEPENDS="hdf5" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/share $fs/usr 1.26 - cp -a $install/usr/lib/*a $fs/usr/lib 1.27 + 1.28 + cp -a $install/usr/include $fs/usr 1.29 + cp -a $install/usr/share $fs/usr 1.30 + cp -a $install/usr/lib/*a $fs/usr/lib 1.31 }