Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Oct 22nd, 2011  |  syntax: Bash  |  size: 0.64 KB  |  views: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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')
  13.  
  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. }
  20.  
  21. # vim:set ts=2 sw=2 et:
  22.  
clone this paste RAW Paste Data