updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / mesquite / PKGBUILD~
bloba5db27a3152e6590d831d6cfb5dbda5a40287e15
1 # Maintainer: Mick Elliot <micke at sfu dot ca>
2 # Contributor: Mick Elliot <micke at sfu dot ca>
4 pkgname=mesquite
5 pkgver=2.6
6 origver=2.6
7 pkgrel=1
8 pkgdesc="Software for evolutionary biology, designed to help biologists analyze comparative data about organisms"
9 arch=('i686' 'x86_64')
10 url="http://www.mesquiteproject.org/"
11 license=('LGPL2')
12 depends=('java-runtime' 'bash')
13 source=(${url}/${pkgname}Download/${pkgname}.tgz ${pkgname}.sh)
14 md5sums=('ac0d8940f948bd39f5cc4b7129e3996d' '3cee0e0b9f5289c5412a91f32eb2c7a8')
16 build() {
17   cd ${startdir}/src
18   mkdir -p ${startdir}/pkg/opt
19   cp -R Mesquite_Folder ${startdir}/pkg/opt/${pkgname}
20   install -D -m755 ${pkgname}.sh ${startdir}/pkg/usr/bin/${pkgname}
21   chmod +x ${startdir}/pkg/usr/bin/${pkgname}