1 # $Id: PKGBUILD,v 1.1 2008/08/01 07:04:19 abhidg Exp $
2 # Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
7 pkgdesc="Tool to design flanking oligo nucleotides for DNA amplification"
10 url="http://primer3.sourceforge.net"
14 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
15 ntdpal.1 oligotm.1 primer3_core.1 license)
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
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
37 md5sums=('d9bbdb749a7eea25dd8c653e272d5f39'
38 'd2a75a69a1eccc9f1c135063cf285ae0'
39 '12ad314ef931535d8c6493882d1fa5e4'
40 '8c59c7f603b3682149b5ad72d4d1c8e4'
41 'bb2d3f281aae0184b8d1971a95df0da8')