[arch-commits] Commit in ccfits/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Sat Dec 15 20:38:57 UTC 2018


    Date: Saturday, December 15, 2018 @ 20:38:56
  Author: maximbaz
Revision: 416397

archrelease: copy trunk to community-x86_64

Added:
  ccfits/repos/community-x86_64/PKGBUILD
    (from rev 416396, ccfits/trunk/PKGBUILD)
Deleted:
  ccfits/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-15 20:38:47 UTC (rev 416396)
+++ PKGBUILD	2018-12-15 20:38:56 UTC (rev 416397)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: <clu>
-# Contributor: Jose San Juan <sanjuan at tng.iac.es>
-
-pkgname=ccfits
-pkgver=2.5
-pkgrel=3
-pkgdesc="Object Oriented Interface to the CFITSIO Library"
-arch=('x86_64')
-url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/"
-license=('custom')
-depends=('cfitsio')
-source=(http://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 416396, ccfits/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-15 20:38:56 UTC (rev 416397)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: <clu>
+# Contributor: Jose San Juan <sanjuan at tng.iac.es>
+
+pkgname=ccfits
+pkgver=2.5
+pkgrel=3
+pkgdesc="Object Oriented Interface to the CFITSIO Library"
+arch=('x86_64')
+url="http://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"
+}



More information about the arch-commits mailing list