]> git.pld-linux.org Git - packages/foldingathome.git/blob - foldingathome.spec
64a50b5af6ea11eeb8f647519c9c5e7703d2e5c0
[packages/foldingathome.git] / foldingathome.spec
1 Summary:        Folding@home client
2 Summary(pl):    Klient Folding@home
3 Name:           foldingathome
4 Version:        4.00
5 Release:        1
6 License:        Freeware
7 Group:          Applications/Science
8 Source0:        http://www.stanford.edu/group/pandegroup/release/FAH4Console-Linux.exe
9 # Source0-md5:  d8ca3f78a3fff62059b780891d4c1e06
10 URL:            http://folding.stanford.edu/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 ExclusiveArch:  %{ix86}
13
14 %description
15 Folding@Home is a distributed client computing effort by Stanford
16 University intended to help understand how proteins assemble or "fold".
17
18 %description -l pl
19 Folding@Home jest klientem projektu obliczeñ rozproszonych Uniwersytetu
20 Stanford maj±cym na celu pomoc w zrozumieniu jak tworz± siê bia³ka.
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24
25 install -D %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/foldingathome-bin
26
27 cat > $RPM_BUILD_ROOT%{_bindir}/foldingathome << EOF
28 #!/bin/sh
29 test -d \$HOME/.fah || mkdir \$HOME/.fah
30 cd \$HOME/.fah && %{_bindir}/foldingathome-bin "\$@"
31 EOF
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %attr(755,root,root) %{_bindir}/*
This page took 0.097466 seconds and 3 git commands to generate.