updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / viennarna / PKGBUILD
blobab990047a1199aa95dabfa18811b5533a3a39768
1 # Maintainer: Christian Hoener zu Siederdissen <choener at tbi dot univie dot ac dot at>
3 pkgname=viennarna
4 pkgver=1.8.4
5 pkgrel=1
6 pkgdesc="RNA Secondary Structure Prediction and Comparison"
7 arch=(i686 x86_64)
8 license=('Custom')
9 url="http://www.tbi.univie.ac.at/RNA/"
10 depends=()
11 makedepends=()
12 source=(http://www.tbi.univie.ac.at/RNA/ViennaRNA-${pkgver}.tar.gz)
14 build() {
15   cd $srcdir/ViennaRNA-$pkgver
16   # forester does not compile (g2 breaks at DESTDIR)
17   ./configure --prefix=/usr --without-forester || return 1
18   make || return 1
19   make DESTDIR=$pkgdir install || return 1
20   # no need for that file
21   rm $pkgdir/usr/share/info/dir
23 md5sums=('71d9d682110669d220d6c360d047ab2d')