cfitsio: update to 4.1.0.
This commit is contained in:
parent
23d888aefa
commit
35e7c7b07d
2 changed files with 30 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cfitsio'
|
||||
pkgname=cfitsio
|
||||
version=4.0.0
|
||||
revision=2
|
||||
version=4.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-reentrant"
|
||||
makedepends="libcurl-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|||
license="custom:NASA license"
|
||||
homepage="https://heasarc.gsfc.nasa.gov/fitsio/"
|
||||
distfiles="http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${pkgname}-${version}.tar.gz"
|
||||
checksum=b2a8efba0b9f86d3e1bd619f662a476ec18112b4f27cc441cc680a4e3777425e
|
||||
checksum=b367c695d2831958e7166921c3b356d5dfa51b1ecee505b97416ba39d1b6c17a
|
||||
|
||||
post_install() {
|
||||
vlicense License.txt
|
||||
|
|
27
srcpkgs/cfitsio/templateo
Normal file
27
srcpkgs/cfitsio/templateo
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'cfitsio'
|
||||
pkgname=cfitsio
|
||||
version=4.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-reentrant"
|
||||
makedepends="libcurl-devel"
|
||||
short_desc="Library for reading and writing data files in FITS data format"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="custom:NASA license"
|
||||
homepage="https://heasarc.gsfc.nasa.gov/fitsio/"
|
||||
distfiles="http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${pkgname}-${version}.tar.gz"
|
||||
checksum=b2a8efba0b9f86d3e1bd619f662a476ec18112b4f27cc441cc680a4e3777425e
|
||||
|
||||
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"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue