Date: Saturday, July 31, 2021 @ 16:59:27 Author: jlichtblau Revision: 991137
archrelease: copy trunk to community-x86_64 Added: ccfits/repos/community-x86_64/PKGBUILD (from rev 991136, ccfits/trunk/PKGBUILD) Deleted: ccfits/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-07-31 16:59:21 UTC (rev 991136) +++ PKGBUILD 2021-07-31 16:59:27 UTC (rev 991137) @@ -1,30 +0,0 @@ -# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> -# Contributor: <clu> -# Contributor: Jose San Juan <sanj...@tng.iac.es> - -pkgname=ccfits -pkgver=2.5 -pkgrel=5 -pkgdesc="Object Oriented Interface to the CFITSIO Library" -arch=('x86_64') -url="https://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/" -license=('custom') -depends=('cfitsio') -source=(https://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz) -sha256sums=('938ecd25239e65f519b8d2b50702416edc723de5f0a5387cceea8c4004a44740') - -build() { - cd "${srcdir}"/CCfits - - ./configure --with-cfitsio-libdir=/usr/lib --prefix=/usr - make -} - -package() { - cd "${srcdir}"/CCfits - - make DESTDIR="${pkgdir}" install - -#install license - install -Dm644 License.txt "${pkgdir}/usr/share/licenses/$pkgname/License.txt" -} Copied: ccfits/repos/community-x86_64/PKGBUILD (from rev 991136, ccfits/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-07-31 16:59:27 UTC (rev 991137) @@ -0,0 +1,30 @@ +# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> +# Contributor: <clu> +# Contributor: Jose San Juan <sanj...@tng.iac.es> + +pkgname=ccfits +pkgver=2.6 +pkgrel=1 +pkgdesc="Object Oriented Interface to the CFITSIO Library" +arch=('x86_64') +url="https://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/" +license=('custom') +depends=('cfitsio') +source=(https://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz) +sha256sums=('2bb439db67e537d0671166ad4d522290859e8e56c2f495c76faa97bc91b28612') + +build() { + cd "${srcdir}"/CCfits-$pkgver + + ./configure --with-cfitsio-libdir=/usr/lib --prefix=/usr + make +} + +package() { + cd "${srcdir}"/CCfits-$pkgver + + make DESTDIR="${pkgdir}" install + +#install license + install -Dm644 License.txt "${pkgdir}/usr/share/licenses/$pkgname/License.txt" +}