New package: hdf5-18-1.8.20
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
f5424cd8cd
commit
933593b60f
3 changed files with 38 additions and 0 deletions
|
@ -2370,6 +2370,10 @@ libhdf5_hl.so.100 hdf5-1.10.1_1
|
|||
libhdf5.so.101 hdf5-1.10.1_1
|
||||
libhdf5_hl_cpp.so.100 hdf5-1.10.1_1
|
||||
libhdf5_cpp.so.101 hdf5-1.10.1_1
|
||||
libhdf5.so.10 hdf5-18-1.8.20_1
|
||||
libhdf5_hl.so.10 hdf5-18-1.8.20_1
|
||||
libhdf5_hl_cpp.so.11 hdf5-18-1.8.20_1
|
||||
libhdf5_cpp.so.15 hdf5-18-1.8.20_1
|
||||
libcryptmount.so.0 libpam-mount-2.15_1
|
||||
libglob.so.0 libglob-1.0_1
|
||||
libepub.so.0 ebook-tools-0.2.2_1
|
||||
|
|
1
srcpkgs/hdf5-18-devel
Symbolic link
1
srcpkgs/hdf5-18-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
hdf5-18
|
33
srcpkgs/hdf5-18/template
Normal file
33
srcpkgs/hdf5-18/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'hdf5-18'
|
||||
pkgname=hdf5-18
|
||||
version=1.8.20
|
||||
revision=1
|
||||
wrksrc=hdf5-$version
|
||||
build_style=gnu-configure
|
||||
nocross=yes
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Data model, library, and file format for storing and managing data"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="BSD"
|
||||
homepage="http://hdfgroup.org"
|
||||
distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
|
||||
checksum=6ed660ccd2bc45aa808ea72e08f33cc64009e9dd4e3a372b53438b210312e8d9
|
||||
|
||||
configure_args="--enable-cxx"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vmkdir usr/lib/${pkgname}
|
||||
mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
|
||||
}
|
||||
|
||||
hdf5-18-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue