cfitsio: update to 3.450.
Closes #14306. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a3d22cc53e
commit
9436a954a6
|
@ -3341,3 +3341,4 @@ libSoapySDR.so.0.6 SoapySDR-0.6.1_1
|
|||
libeditorconfig.so.0 editorconfig-0.12.2_1
|
||||
libkid3-core.so.3.6.0 kid3-3.6.0_1
|
||||
libkid3-gui.so.3.6.0 kid3-3.6.0_1
|
||||
libcfitsio.so.3 cfitsio-3.450_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
cfitsio
|
|
@ -1,16 +1,25 @@
|
|||
# Template file for 'cfitsio'
|
||||
pkgname=cfitsio
|
||||
version=3.440
|
||||
version=3.450
|
||||
revision=1
|
||||
wrksrc=cfitsio
|
||||
build_style=gnu-configure
|
||||
build_style=cmake
|
||||
short_desc="Library for reading and writing data files in FITS data format"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="NASA license"
|
||||
homepage="https://heasarc.gsfc.nasa.gov/fitsio/"
|
||||
distfiles="http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${pkgname}${version//./}.tar.gz"
|
||||
checksum=dd1cad4208fb7a9462914177f26672ccfb21fc8a1f6366e41e7b69b13ad7fd24
|
||||
checksum=bf6012dbe668ecb22c399c4b7b2814557ee282c74a7d5dc704eb17c30d9fb92e
|
||||
|
||||
post_install() {
|
||||
vlicense License.txt
|
||||
}
|
||||
|
||||
cfitsio-devel_package() {
|
||||
depends="cfitsio-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue