updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / primer3 / PKGBUILD
blobf2de7cddffa5056a170a37766938fe7c217bf5d6
1 # $Id: PKGBUILD,v 1.1 2008/08/01 07:04:19 abhidg Exp $
2 # Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
4 pkgname=primer3
5 pkgver=1.1.4
6 pkgrel=1
7 pkgdesc="Tool to design flanking oligo nucleotides for DNA amplification"
8 arch=('i686' 'x86_64')
9 license=('BSD' 'GPL')
10 url="http://primer3.sourceforge.net"
11 depends=('glibc')
12 makedepends=('gcc')
13 options=(docs)
14 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
15         ntdpal.1 oligotm.1 primer3_core.1 license)
17 build() {
18   cd ${srcdir}/src/
19   make all || return 1
20   # Uncomment the following line to enable the automated
21   # tests. This takes quite a bit of time.
22   # make test || return 1
23   for i in ntdpal oligotm primer3_core; do
24       install -D -m755 $i ${pkgdir}/usr/bin/$i || return 1
25       install -D -m644 ../$i.1 ${pkgdir}/usr/share/man/man1/$i.1 || return 1
26   done
28   # install BSD license.
29   install -D -m644 ../license ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
30   for i in how-to-cite.txt example; do
31       install -D -m644 ../$i ${pkgdir}/usr/share/doc/${pkgname}/$i
32   done
37 md5sums=('d9bbdb749a7eea25dd8c653e272d5f39'
38          'd2a75a69a1eccc9f1c135063cf285ae0'
39          '12ad314ef931535d8c6493882d1fa5e4'
40          '8c59c7f603b3682149b5ad72d4d1c8e4'
41          'bb2d3f281aae0184b8d1971a95df0da8')