updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / montage / PKGBUILD
blob0439fb647796af225da485b842554f005008222d
1 # Contributor: <clu>
3 pkgname=montage
4 pkgver=3.3
5 pkgrel=1
6 pkgdesc="An astronomical image mosaic engine"
7 arch=('i686' 'x86_64')
8 url="http://montage.ipac.caltech.edu/"
9 license=('custom')
10 depends=()
11 makedepends=()
12 provides=()
13 conflicts=()
14 source=("http://montage.ipac.caltech.edu/download/Montage_v$pkgver.tar.gz")
15 md5sums=('875a88b4a2396a0eb5d0006a656e9c4a')
17 build() {
18   cd "$srcdir/Montage_v$pkgver"
19   make || return 1
21   # The following is used because the montage developers
22   # have not included an install method in their Makefile
23   mkdir -p $pkgdir/usr/bin
24   install -Dm755 bin/* $pkgdir/usr/bin
26   #custom license...
27   mkdir -p $pkgdir/usr/share/licenses/$pkgname
28   install -Dm644 $srcdir/Montage_v$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
30   #Find docs at:
31   #http://montage.ipac.caltech.edu/docs/