diff options
author | root <root@rshg054.dnsready.net> | 2013-04-22 00:46:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-22 00:46:42 -0700 |
commit | 3faf011988bf1728989962e062a474aaa62b55f5 (patch) | |
tree | d362a44862fe1fd74611962e89293ec97d073e84 /extra/wcslib | |
parent | 031887a2047546085998f965214f5b682664de9b (diff) |
Mon Apr 22 00:46:41 PDT 2013
Diffstat (limited to 'extra/wcslib')
-rw-r--r-- | extra/wcslib/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/wcslib/PKGBUILD b/extra/wcslib/PKGBUILD index 44b53b5bf..80d66a5cf 100644 --- a/extra/wcslib/PKGBUILD +++ b/extra/wcslib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 171525 2012-11-18 11:23:12Z andrea $ +# $Id: PKGBUILD 183302 2013-04-21 06:02:20Z andrea $ # Maintainer: Your Name <youremail@domain.com> pkgname=wcslib -pkgver=4.16 +pkgver=4.17 pkgrel=1 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL3') depends=('cfitsio') makedepends=('gcc-fortran') source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2") -md5sums=('30439a0bb730ef936646d646c9f07518') +md5sums=('81f739c84789b84626db9fe4cd866081') build() { cd $pkgname-$pkgver @@ -27,11 +27,13 @@ build() { #} package() { + # Fix install on i686 + install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver} + cd $pkgname-$pkgver make DESTDIR="$pkgdir/" install # Fix wrong permissions - chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/} chmod -s "${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}} } |