1 # Maintainer: Your Name <youremail@domain.com>
5 pkgdesc="The Newick Utilities are a suite of Unix shell tools for processing phylogenetic trees. Functions include re-rooting, extracting subtrees, trimming, pruning, condensing, drawing (ASCII graphics or SVG)."
7 url="http://cegg.unige.ch/newick_utils"
11 makedepends=('automake' 'autoconf')
13 source=(http://cegg.unige.ch/pub/$pkgname-$pkgver.tar.gz)
14 md5sums=('5f65b0fe30bf9389297616358f01fac7')
17 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
23 cd "$srcdir/$pkgname-$pkgver"
28 cd "$srcdir/$pkgname-$pkgver"
29 make install DESTDIR=$pkgdir