wok-next annotate hdf5-dev/receipt @ rev 14225
freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 16:18:40 2013 +0000 (2013-03-21) |
parents | |
children | de49f29b101e |
rev | line source |
---|---|
pascal@13511 | 1 # SliTaz package receipt. |
pascal@13511 | 2 |
pascal@13511 | 3 PACKAGE="hdf5-dev" |
pascal@13511 | 4 VERSION="1.8.9" |
pascal@13511 | 5 CATEGORY="development" |
pascal@13511 | 6 SHORT_DESC="a data model, library, and file format for storing and managing data." |
pascal@13511 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13511 | 8 WEB_SITE="http://www.hdfgroup.org/HDF5" |
pascal@13511 | 9 WANTED="hdf5" |
pascal@13511 | 10 |
pascal@13511 | 11 DEPENDS="hdf5" |
pascal@13511 | 12 |
pascal@13511 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13511 | 14 genpkg_rules() |
pascal@13511 | 15 { |
pascal@13511 | 16 mkdir -p $fs/usr/lib |
pascal@13511 | 17 cp -a $install/usr/include $fs/usr |
pascal@13511 | 18 cp -a $install/usr/share $fs/usr |
pascal@13511 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@13511 | 20 } |