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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Tue Feb 4 20:37:36 UTC 2014


    Date: Tuesday, February 4, 2014 @ 21:37:35
  Author: jlichtblau
Revision: 105310

ccfits 2.4-4 moved to [community] for luminance-hdr

Modified:
  ccfits/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-04 20:29:54 UTC (rev 105309)
+++ PKGBUILD	2014-02-04 20:37:35 UTC (rev 105310)
@@ -4,7 +4,6 @@
 # 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"
@@ -18,7 +17,7 @@
 build() {
   cd "${srcdir}"/CCfits
 
-  ./configure --prefix=/usr
+  ./configure --with-cfitsio-libdir=/usr/lib --prefix=/usr
   make 
 }
 
@@ -27,6 +26,6 @@
 
   make DESTDIR="${pkgdir}" install
 
-#install license.
-  install -D -m644 License.txt "${pkgdir}/usr/share/licenses/CCfits/License.txt"
+#install license
+  install -D -m644 License.txt "${pkgdir}/usr/share/licenses/$pkgname/License.txt"
 }




More information about the arch-commits mailing list