summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/foldingathome/PKGBUILD
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-30 01:29:53 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-30 01:29:53 (GMT)
commita56552217f33d3ce4d72d65ca19056d45858a4ee (patch)
tree1dd5fe05379306ad4b0683b65e9da9db7c4a961f /abs/extra-testing/community/foldingathome/PKGBUILD
parente179d165396f026fa6053c6c055d00d16b5eb141 (diff)
downloadlinhes_pkgbuild-a56552217f33d3ce4d72d65ca19056d45858a4ee.zip
linhes_pkgbuild-a56552217f33d3ce4d72d65ca19056d45858a4ee.tar.gz
linhes_pkgbuild-a56552217f33d3ce4d72d65ca19056d45858a4ee.tar.bz2
LinHES-config mythinstall foldingathome: initial inclusion of Folding@home
Diffstat (limited to 'abs/extra-testing/community/foldingathome/PKGBUILD')
-rw-r--r--abs/extra-testing/community/foldingathome/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/abs/extra-testing/community/foldingathome/PKGBUILD b/abs/extra-testing/community/foldingathome/PKGBUILD
index 411702c..ffd256e 100644
--- a/abs/extra-testing/community/foldingathome/PKGBUILD
+++ b/abs/extra-testing/community/foldingathome/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=foldingathome
pkgver=6.02
-pkgrel=1
+pkgrel=2
pkgdesc="Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases."
arch=('i686')
url="http://folding.stanford.edu/"
@@ -13,16 +13,14 @@ depends=('bash')
backup=('etc/conf.d/foldingathome')
install=foldingathome.install
source=(http://www.stanford.edu/group/pandegroup/folding/release/FAH$pkgver-Linux.tgz
- archpatch_foldingathome.diff)
+ run)
md5sums=('112b3d66909050f1bb990993a1464cb9'
- '02f4ca64d552b442d484c51fa5f4228a')
+ '7e1b3f2a6768b4fbeb415922a1a9c2e6')
build() {
cd $startdir/src/
- patch -p1 <archpatch_foldingathome.diff
- install -D -c -m755 fah6 $startdir/pkg/opt/fah/fah6 || return 1
- install -D -c -m755 $startdir/src/foldingathome.rc.d $startdir/pkg/etc/rc.d/foldingathome || return 1
- install -D -c -m644 $startdir/src/foldingathome.conf.d $startdir/pkg/etc/conf.d/foldingathome || return 1
- install -D -m644 foldingathome.license $startdir/pkg/usr/share/licenses/$pkgname/COPYING
-
+
+ # 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
}