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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Sat Feb 2 15:55:11 UTC 2013


    Date: Saturday, February 2, 2013 @ 16:55:11
  Author: stephane
Revision: 83542

upgpkg: libcgns2 2.5.5-3

Clean-up $pkgdir usage

Modified:
  libcgns2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 14:56:35 UTC (rev 83541)
+++ PKGBUILD	2013-02-02 15:55:11 UTC (rev 83542)
@@ -6,7 +6,7 @@
 _basever=2.5
 _relver=5
 pkgver=${_basever}.${_relver}
-pkgrel=2
+pkgrel=3
 pkgdesc='General purpose library for the storage and retrieval of computational fluid dynamics analysis data by CGNS standard'
 arch=('i686' 'x86_64')
 url='http://www.cgns.org'
@@ -23,7 +23,7 @@
   cd cgnslib_${_basever}
 
   ./configure \
-    --prefix=${pkgdir}/usr \
+    --prefix=/usr \
     --enable-shared \
     ${_64bits}
 
@@ -36,7 +36,7 @@
   install -d ${pkgdir}/usr/include
   install -d ${pkgdir}/usr/lib
 
-  make install
+  make install LIBDIR=${pkgdir}/usr/lib INCLUDEDIR=${pkgdir}/usr/include
 
   # install license
   install -d ${pkgdir}/usr/share/licenses/libcgns2




More information about the arch-commits mailing list