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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Tue Feb 4 20:29:54 UTC 2014


    Date: Tuesday, February 4, 2014 @ 21:29:54
  Author: jlichtblau
Revision: 105309

ccfits package moved to [community] as new dependency of luminance-hdr (6 votes)

Added:
  ccfits/
  ccfits/repos/
  ccfits/trunk/
  ccfits/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: ccfits/trunk/PKGBUILD
===================================================================
--- ccfits/trunk/PKGBUILD	                        (rev 0)
+++ ccfits/trunk/PKGBUILD	2014-02-04 20:29:54 UTC (rev 105309)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 78820 2012-10-25 06:47:28Z  $
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: <clu>
+# Contributor: Jose San Juan <sanjuan at tng.iac.es>
+
+pkgname=ccfits
+_pkgname=CCfits
+pkgver=2.4
+pkgrel=4
+pkgdesc="Object Oriented Interface to the CFITSIO Library"
+arch=('i686' '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)
+md5sums=('dd9a11d964590dd5f3fd5a3491b2c1ce')
+
+build() {
+  cd "${srcdir}"/CCfits
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd "${srcdir}"/CCfits
+
+  make DESTDIR="${pkgdir}" install
+
+#install license.
+  install -D -m644 License.txt "${pkgdir}/usr/share/licenses/CCfits/License.txt"
+}




More information about the arch-commits mailing list