summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 232a565a481ec3e814dfcc1bca6010fc133f3480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Lev Levitsky <levlev@mail.ru>
pkgname=xtandem-cyclone
pkgver=12.10.01.1
pkgrel=1
pkgdesc="Software that can match tandem mass spectra with peptide sequences, in a process known as protein identification. Version CYCLONE"
arch=('x86_64')
url="http://www.thegpm.org/TANDEM/"
license=('PerlArtistic')
depends=('gcc-libs')
conflicts=('xtandem')
source=("ftp://ftp.thegpm.org/projects/tandem/source/2012-10-01/tandem-linux-${pkgver//\./-}.zip")
md5sums=('9e16dccfea333bad8f6d4b36ba30265f')
package() {
	cd "tandem-linux-${pkgver//\./-}"
	install -Dt $pkgdir/usr/bin bin/*.exe
}