# Maintainer: Yigit Dallilar pkgname=astromatic-scamp _pkgname=scamp pkgver=2.6.7 pkgrel=1 pkgdesc="computes astrometric and photometric solutions for any arbitrary sequence of FITS images in a completely automatic way." url="http://www.astromatic.net/software/scamp" arch=('x86_64') license=('GPL') depends=('fftw' 'atlas-lapack' 'astromatic-sextractor' 'cdsclient') makedepends=() conflicts=() replaces=() backup=() source=(https://github.com/astromatic/scamp/archive/v${pkgver}.tar.gz) sha1sums=('e52abdf41c617f94dfc93a43d020b8e044f291ec') build() { cd $srcdir/${_pkgname}-${pkgver} sh autogen.sh ./configure --prefix=/usr make } package() { cd $srcdir/${_pkgname}-${pkgver} make DESTDIR="$pkgdir" install install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" }