mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
med: update to 4.1.0.
This commit is contained in:
parent
fa99dd7758
commit
019b93eaae
1 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'med'
|
# Template file for 'med'
|
||||||
pkgname=med
|
pkgname=med
|
||||||
version=4.0.0
|
version=4.1.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-swig=yes --includedir=/usr/include/med"
|
configure_args="--with-swig=yes --includedir=/usr/include/med"
|
||||||
pycompile_module=med
|
|
||||||
hostmakedepends="gcc-fortran swig"
|
hostmakedepends="gcc-fortran swig"
|
||||||
makedepends="hdf5-devel python3-devel tk-devel"
|
makedepends="hdf5-devel python3-devel tk-devel"
|
||||||
depends="tk" # xmdump* are wish scripts
|
depends="tk" # xmdump* are wish scripts
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="GPL-3.0-only, LGPL-3.0-only"
|
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=a474e90b5882ce69c5e9f66f6359c53b8b73eb448c5f631fa96e8cd2c14df004
|
checksum=847db5d6fbc9ce6924cb4aea86362812c9a5ef6b9684377e4dd6879627651fce
|
||||||
|
|
||||||
nocross="hdf5 is nocross"
|
nocross="hdf5 is nocross"
|
||||||
|
|
||||||
|
@ -21,16 +20,16 @@ libmed-devel_package() {
|
||||||
short_desc+=" library - development files"
|
short_desc+=" library - development files"
|
||||||
depends="libmed>=${version}_${revision}"
|
depends="libmed>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove "usr/include"
|
||||||
vmove usr/lib/libmed*.a
|
vmove "usr/lib/libmed*.a"
|
||||||
vmove usr/lib/libmed*.so
|
vmove "usr/lib/libmed*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libmed_package() {
|
libmed_package() {
|
||||||
short_desc+=" library"
|
short_desc+=" library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libmed*
|
vmove "usr/lib/libmed*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue