summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5604df2eee18d34862b0c5fc7676699754f276e0 (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
26
27
28
29
# 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')
optdepends=('clustal-omega'
            'muscle'
	    'gblocks-bin'
	    'phyml')
source=("http://doua.prabi.fr/software/seaview_data/seaview5-64.tgz"
        'seaview.desktop'
        'seaview.png')
md5sums=('c22422d4da24da45a0aa8a3c35e941bf'
         '43fa9e52949a5cd73f202af76e2cab56'
         '337583df60b24d724d96e511a3f063ce')

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
  install -Dm 755 "$srcdir"/seaview.png "$pkgdir"/usr/share/seaview/seaview.png
}