wok-6.x annotate hdf5-dev/receipt @ rev 24233
updated perl-list-moreutils (0.428 -> 0.430)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 06:57:36 2022 +0100 (2022-01-02) |
parents | bd50558bbb54 |
children | 8ed7694bbe1f |
rev | line source |
---|---|
pascal@13511 | 1 # SliTaz package receipt. |
pascal@13511 | 2 |
pascal@13511 | 3 PACKAGE="hdf5-dev" |
Hans-G?nter@22927 | 4 VERSION="1.10.6" |
pascal@13511 | 5 CATEGORY="development" |
Hans-G?nter@21032 | 6 SHORT_DESC="A data model, library, and file format for storing and managing data - development files." |
pascal@13511 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="BSD" |
pascal@20669 | 9 WEB_SITE="https://www.hdfgroup.org/HDF5" |
Hans-G?nter@21032 | 10 |
Hans-G?nter@22927 | 11 DEPENDS="hdf5" |
pascal@13511 | 12 WANTED="hdf5" |
pascal@13511 | 13 |
pascal@13511 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13511 | 15 genpkg_rules() |
pascal@13511 | 16 { |
pascal@13511 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21032 | 18 |
Hans-G?nter@21032 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21032 | 20 cp -a $install/usr/share $fs/usr |
Hans-G?nter@21032 | 21 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@13511 | 22 } |