mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cfitsio: remove unneeded file
This commit is contained in:
parent
bf17c88a6e
commit
d53a45049d
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
# 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…
Add table
Reference in a new issue