mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
wcslib: update to 5.19
This commit is contained in:
parent
33c29dddeb
commit
8d6966acd7
@ -1,5 +1,5 @@
|
|||||||
pkgname=wcslib
|
pkgname=wcslib
|
||||||
pkgver=5.12
|
pkgver=5.19
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
|
pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -7,8 +7,8 @@ url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
|
|||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('cfitsio')
|
depends=('cfitsio')
|
||||||
makedepends=('gcc-fortran')
|
makedepends=('gcc-fortran')
|
||||||
source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2")
|
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
|
||||||
sha256sums=('50ff182920541bea156e7f53588cdfba1754b1bdcd0bc64a136a5d124af98de4')
|
sha256sums=('670cb0e8253100ba3e239a576f3bd7b0bf48488125eb056f60fef5e0c19ac90a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
@ -18,11 +18,6 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
#check() {
|
|
||||||
# cd $pkgname-$pkgver
|
|
||||||
# make -k check
|
|
||||||
#}
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# Fix install on i686
|
# Fix install on i686
|
||||||
install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver}
|
install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user