summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2019-01-05 18:33:10 +0100
committerDoron Behar2019-01-05 18:33:10 +0100
commit50697ebe2365b6c243a1b52500c18d799b23f4cd (patch)
tree234d6cb995c05dbe22576159c9594543951800d5
parent38f9064aa2843f7e9357ec5e7eea76d22f42f865 (diff)
downloadaur-50697ebe2365b6c243a1b52500c18d799b23f4cd.tar.gz
Add more dependencies as recommended upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD30
2 files changed, 9 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e37e465121b6..e85329871ebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnuastro
pkgdesc = Various programs and library functions for the manipulation and analysis of astronomical data
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/gnuastro/
arch = x86_64
license = GPL3
@@ -10,6 +10,9 @@ pkgbase = gnuastro
depends = wcslib
depends = libgit2
depends = ghostscript
+ depends = libtiff
+ depends = libtool
+ depends = libjpeg
source = http://ftp.gnu.org/gnu/gnuastro/gnuastro-latest.tar.gz
md5sums = 1f9fe021bf153ac7291af95c95e2d716
diff --git a/PKGBUILD b/PKGBUILD
index 3f75436f6214..2760f6de1214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,12 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
-# Contributor: Allan McRae <allan@archlinux.org>
-# Contributor: judd <jvinet@zeroflux.org>
+# Maintainer: Doron Behar <doron.behar@gmail.com>
pkgname=gnuastro
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc='Various programs and library functions for the manipulation and analysis of astronomical data'
arch=('x86_64')
license=('GPL3')
-depends=('gsl' 'cfitsio' 'wcslib' 'libgit2' 'ghostscript')
+depends=('gsl' 'cfitsio' 'wcslib' 'libgit2' 'ghostscript' 'libtiff' 'libtool' 'libjpeg')
url='https://www.gnu.org/software/gnuastro/'
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-latest.tar.gz")
md5sums=('1f9fe021bf153ac7291af95c95e2d716')
@@ -20,23 +16,7 @@ prepare() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
- --sysconfdir=/etc \
- --enable-arithmetic \
- --enable-buildprog \
- --enable-convertt \
- --enable-convolve \
- --enable-cosmiccal \
- --enable-crop \
- --enable-fits \
- --enable-match \
- --enable-mkcatalog \
- --enable-mknoise \
- --enable-mkprof \
- --enable-noisechisel \
- --enable-segment \
- --enable-statistics \
- --enable-table \
- --enable-warp
+ --sysconfdir=/etc
}
build() {
@@ -46,7 +26,7 @@ build() {
check() {
cd $pkgname-$pkgver
- #make check
+ make check
}
package() {