28 lines
802 B
Bash
28 lines
802 B
Bash
# Template file for 'cfitsio'
|
|
pkgname=cfitsio
|
|
version=4.4.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=95900cf95ae760839e7cb9678a7b2fad0858d6ac12234f934bd1cb6bfc246ba9
|
|
|
|
post_install() {
|
|
vlicense licenses/NASA_Open_Source_Agreement_1.3.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
|
|
}
|
|
}
|