summaryrefslogtreecommitdiff
path: root/community/libcgns2/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
commit0d39ef7beb328ed4956d782e184cef3b8a30517e (patch)
tree3fafb1d13f5780a139108168571cd8489a4f7fc1 /community/libcgns2/PKGBUILD
parentc30d005256fc3ab9f8b83e4fded88289025ab4bf (diff)
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/celt/PKGBUILD extra/llvm/PKGBUILD extra/rasqal/PKGBUILD extra/rdesktop/PKGBUILD extra/speex/PKGBUILD extra/wireshark/PKGBUILD extra/xorg-sessreg/PKGBUILD extra/xorg-xdpyinfo/PKGBUILD extra/xorg-xset/PKGBUILD
Diffstat (limited to 'community/libcgns2/PKGBUILD')
-rw-r--r--community/libcgns2/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/libcgns2/PKGBUILD b/community/libcgns2/PKGBUILD
index d92b0e76e..6dd015a46 100644
--- a/community/libcgns2/PKGBUILD
+++ b/community/libcgns2/PKGBUILD
@@ -1,3 +1,4 @@
+# $Id: PKGBUILD 83543 2013-02-02 15:55:58Z stephane $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Klimov Max <cleemmi@gmail.com>
@@ -5,7 +6,7 @@ pkgname=libcgns2
_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' 'mips64el')
url='http://www.cgns.org'
@@ -22,7 +23,7 @@ build() {
cd cgnslib_${_basever}
./configure \
- --prefix=${pkgdir}/usr \
+ --prefix=/usr \
--enable-shared \
${_64bits}
@@ -35,7 +36,7 @@ package() {
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