updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / populations / PKGBUILD
bloba0d66305417604f712a4f3920b3b8109f1a1142f
1 # Maintainer: bmpvieira <mail AT bmpvieira DOT com>
2 pkgname=populations
3 pkgver=1.2.33
4 pkgrel=1
5 pkgdesc="Population genetic software (individuals or populations distances, phylogenetic trees)"
6 arch=('i686' 'x86_64')
7 url="http://bioinformatics.org/~tryphon/populations/"
8 license=('GPL')
9 makedepends=('cmake')
10 depends=('qt')
11 source=(https://launchpad.net/~olivier-langella/+archive/ppa/+files/${pkgname}_$pkgver-$pkgrel.tar.gz)
12 md5sums=('81a6c4ace3622ac93a1a0e68539a2e8f')
14 build() {
15     cd "$srcdir/$pkgname-$pkgver"
16       cmake -DCMAKE_INSTALL_PREFIX=/usr
17         make || return 1
18           make DESTDIR=${pkgdir} install || return 1
19         }
21 # vim:set ts=2 sw=2 et: