wok view hdf5-dev/receipt @ rev 20889

updated espeak and espeak-dev (1.45.05 -> 1.48.04)
author Hans-G?nter Theisgen
date Mon Feb 25 17:35:02 2019 +0100 (2019-02-25)
parents de49f29b101e
children bd50558bbb54
line source
1 # SliTaz package receipt.
3 PACKAGE="hdf5-dev"
4 VERSION="1.8.9"
5 CATEGORY="development"
6 SHORT_DESC="a data model, library, and file format for storing and managing data."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.hdfgroup.org/HDF5"
10 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
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/share $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 }