wok view hdf5-dev/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents a78610b2eb47
children 4e60ad201909
line source
1 # SliTaz package receipt.
3 PACKAGE="hdf5-dev"
4 VERSION="1.10.4"
5 CATEGORY="development"
6 SHORT_DESC="A data model, library, and file format for storing and managing data - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.hdfgroup.org/HDF5"
11 WANTED="hdf5"
12 DEPENDS="hdf5"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/share $fs/usr
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 }