mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cfitsio: update to 4.5.0.
This commit is contained in:
parent
bf422c8198
commit
15770df94f
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cfitsio'
|
# Template file for 'cfitsio'
|
||||||
pkgname=cfitsio
|
pkgname=cfitsio
|
||||||
version=4.4.1
|
version=4.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-reentrant"
|
configure_args="--enable-reentrant"
|
||||||
|
@ -10,7 +10,11 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="custom:NASA license"
|
license="custom:NASA license"
|
||||||
homepage="https://heasarc.gsfc.nasa.gov/fitsio/"
|
homepage="https://heasarc.gsfc.nasa.gov/fitsio/"
|
||||||
distfiles="http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${pkgname}-${version}.tar.gz"
|
distfiles="http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${pkgname}-${version}.tar.gz"
|
||||||
checksum=66a1dc3f21800f9eeabd9eac577b91fcdd9aabba678fbba3b8527319110d1d25
|
checksum=e4854fc3365c1462e493aa586bfaa2f3d0bb8c20b75a524955db64c27427ce09
|
||||||
|
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
makedepends+=" gcc-fortran"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense licenses/License.txt
|
vlicense licenses/License.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue