summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f0c624b6a167793f5e0d622e671741b344027ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Steffen Weber <-boenki-gmx-de->
# Contributor: Nick B <Shirakawasuna at gmail _dot_com>

pkgname=seaview
pkgver=5.0.4
pkgrel=2
pkgdesc="GUI for multiple sequence alignment and molecular phylogeny"
arch=('x86_64')
url="http://doua.prabi.fr/software/seaview"
license=('GPL3')
depends=('shared-mime-info' 'fltk')
optdepends=('clustal-omega: alignment'
            'muscle: alignment'
	    'gblocks-bin: select blocks of evolutionarily conserved sites')
source=("http://doua.prabi.fr/software/seaview_data/seaview5-64.tgz"
        'seaview.desktop')
md5sums=('c22422d4da24da45a0aa8a3c35e941bf'
         '0a7629bd71cda352c7314546c53d2839')

package() {
  install -d "$pkgdir"/usr/{bin,share/{seaview,applications}}
  install -m644 seaview.desktop "$pkgdir/usr/share/applications/"
  mv "$srcdir"/seaview/* "$pkgdir"/usr/share/seaview
  ln -s "$pkgdir"/usr/share/seaview/seaview "$pkgdir"/usr/bin/seaview
}