diff options
author | James Meyer <james.meyer@operamail.com> | 2010-08-30 22:26:00 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-08-30 22:26:00 (GMT) |
commit | 1f175a7b07b9553ce98d0546ac04dbb925ec0bc9 (patch) | |
tree | c969070115611a8a75f23d468aa5e0cf86a08121 /abs/extra/community/foldingathome/PKGBUILD | |
parent | c4bd4457b5d640e1c8f5afbca7cd54c53691e5fc (diff) | |
download | linhes_pkgbuild-1f175a7b07b9553ce98d0546ac04dbb925ec0bc9.zip linhes_pkgbuild-1f175a7b07b9553ce98d0546ac04dbb925ec0bc9.tar.gz linhes_pkgbuild-1f175a7b07b9553ce98d0546ac04dbb925ec0bc9.tar.bz2 |
RESYNC EXTRA:
synced extra-testing -> extra repo
Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'abs/extra/community/foldingathome/PKGBUILD')
-rw-r--r-- | abs/extra/community/foldingathome/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/extra/community/foldingathome/PKGBUILD b/abs/extra/community/foldingathome/PKGBUILD index bb93407..6f00936 100644 --- a/abs/extra/community/foldingathome/PKGBUILD +++ b/abs/extra/community/foldingathome/PKGBUILD @@ -4,7 +4,7 @@ pkgname=foldingathome pkgver=6.02 -pkgrel=6 +pkgrel=7 pkgdesc="Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases." arch=('i686') url="http://folding.stanford.edu/" @@ -14,13 +14,15 @@ backup=('etc/conf.d/foldingathome') install=foldingathome.install source=(http://www.stanford.edu/group/pandegroup/folding/release/FAH$pkgver-Linux.tgz run) -md5sums=('112b3d66909050f1bb990993a1464cb9' - '61eb4617e7363d586a05dde980ad1c14') build() { cd $startdir/src/ + tar zxf FAH${pkgver}-Linux.tgz + # At this stage, the mpiexec is not included because it requires x86_64. install -D -c -m755 fah6 $startdir/pkg/usr/bin/fah6 || return 1 install -D -m755 run $startdir/pkg/etc/sv/fah/run } +md5sums=('112b3d66909050f1bb990993a1464cb9' + 'cefaf5ba2f3e2fe81533b5ee4795dc78') |