diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-02-09 10:32:20 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-02-09 10:32:20 -0300 |
commit | 6cc893589a6bd208f2b7711f985e17df7a6df816 (patch) | |
tree | c41cb07e4e88c4eff5bc05e44b86b860f96654b8 /community/libcgns2 | |
parent | 5995e8be41750a8ac397ac358f5c2bedca3a4d1e (diff) | |
parent | f0ab416208be17c176b9430a3537f05b5c653aec (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/libcgns2')
-rw-r--r-- | community/libcgns2/PKGBUILD | 7 |
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 |