]> git.pld-linux.org Git - packages/foldingathome.git/commitdiff
- from Krzysztof Kotlenga pock at go2 pl
authorTomasz Pala <gotar@pld-linux.org>
Sun, 18 Jan 2004 15:38:41 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    foldingathome.spec -> 1.1

foldingathome.spec [new file with mode: 0644]

diff --git a/foldingathome.spec b/foldingathome.spec
new file mode 100644 (file)
index 0000000..4a7b7fe
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Folding@home client
+Summary(pl):   Klient Folding@home
+Name:          foldingathome
+Version:       4.00
+Release:       1
+License:       Freeware
+Group:         Applications/Science
+Source0:       http://www.stanford.edu/group/pandegroup/release/FAH4Console-Linux.exe
+# Source0-md5: d8ca3f78a3fff62059b780891d4c1e06
+URL:           http://folding.stanford.edu/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+ExclusiveArch: %{ix86}
+
+%description
+Folding@Home is a distributed client computing effort by Stanford
+University intended to help understand how proteins assemble or "fold".
+
+%description -l pl
+Folding@Home jest klientem projektu obliczeñ rozproszonych Uniwersytetu
+Stanford maj±cym na celu pomoc w zrozumieniu jak tworz± siê bia³ka.
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/foldingathome-bin
+
+cat > $RPM_BUILD_ROOT%{_bindir}/foldingathome << EOF
+#!/bin/sh
+test -d \$HOME/.fah || mkdir \$HOME/.fah
+cd \$HOME/.fah && %{_bindir}/foldingathome-bin "\$@"
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%attr(755,root,root) %{_bindir}/*
This page took 0.089484 seconds and 4 git commands to generate.