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

Antonio Rojas arojas at archlinux.org
Thu Nov 3 17:53:27 UTC 2016


    Date: Thursday, November 3, 2016 @ 17:53:26
  Author: arojas
Revision: 279806

Package extra tools (FS#51676)

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-03 17:39:45 UTC (rev 279805)
+++ PKGBUILD	2016-11-03 17:53:26 UTC (rev 279806)
@@ -5,7 +5,7 @@
 
 pkgname=cfitsio
 pkgver=3.390
-pkgrel=1
+pkgrel=2
 pkgdesc="A library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format"
 arch=(i686 x86_64)
 url="http://heasarc.gsfc.nasa.gov/fitsio/"
@@ -19,15 +19,11 @@
   ./configure --prefix=/usr \
     --enable-reentrant
   make shared
-
-  # Build extra utils
-  make fpack
-  make funpack
+  make utils
 }
 
 check() {
   cd $pkgname
-  make testprog
   LD_LIBRARY_PATH=. ./testprog > testprog.lis
   [[ -z $(diff testprog.lis testprog.out) ]] || return 1
   [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
@@ -38,7 +34,7 @@
   make DESTDIR="$pkgdir" install
 
   install -d "$pkgdir"/usr/bin
-  install -m755 {fpack,funpack} "$pkgdir"/usr/bin/
+  install -m755 {fpack,funpack,cookbook,fitscopy,imcopy,smem,speed} "$pkgdir"/usr/bin/
 
   install -D -m644 License.txt \
     "$pkgdir"/usr/share/licenses/$pkgname/LICENSE



More information about the arch-commits mailing list