med: fix runtime dep, update-check, nocross, headers in /usr/include/med
This commit is contained in:
parent
279728f7cb
commit
32bd4dc037
2 changed files with 8 additions and 3 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'med'
|
# Template file for 'med'
|
||||||
pkgname=med
|
pkgname=med
|
||||||
version=3.3.1
|
version=3.3.1
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc=med-${version}_SRC
|
wrksrc=med-${version}_SRC
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-swig=yes --with-hdf5-bin=/usr/lib/hdf5-18/bin"
|
configure_args="--with-swig=yes --with-hdf5-bin=/usr/lib/hdf5-18/bin
|
||||||
|
--includedir=/usr/include/med"
|
||||||
hostmakedepends="gcc-fortran swig"
|
hostmakedepends="gcc-fortran swig"
|
||||||
makedepends="hdf5-18-devel python-devel tk-devel"
|
makedepends="hdf5-18-devel python-devel tk-devel"
|
||||||
|
depends="tk" # xmdump* are wish scripts
|
||||||
short_desc="Data Modelization and Exchanges"
|
short_desc="Data Modelization and Exchanges"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="GPL-3, LGPL-3"
|
license="GPL-3.0-only, LGPL-3.0-only"
|
||||||
homepage="https://www.salome-platform.org"
|
homepage="https://www.salome-platform.org"
|
||||||
distfiles="http://files.salome-platform.org/Salome/other/med-${version}.tar.gz"
|
distfiles="http://files.salome-platform.org/Salome/other/med-${version}.tar.gz"
|
||||||
checksum=dd631ef813838bc7413ff0dd6461d7a0d725bcfababdf772ece67610a8d22588
|
checksum=dd631ef813838bc7413ff0dd6461d7a0d725bcfababdf772ece67610a8d22588
|
||||||
|
|
||||||
|
nocross="hdf5 is nocross"
|
||||||
|
|
||||||
libmed-devel_package() {
|
libmed-devel_package() {
|
||||||
short_desc+=" library - development files"
|
short_desc+=" library - development files"
|
||||||
depends="libmed>=${version}_${revision}"
|
depends="libmed>=${version}_${revision}"
|
||||||
|
|
1
srcpkgs/med/update
Normal file
1
srcpkgs/med/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="https://www.salome-platform.org/downloads/"
|
Loading…
Reference in a new issue