You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild

60 lines
1.6 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild,v 1.1 2011/06/28 15:14:16 je_fro Exp $
EAPI="3"
inherit eutils
DESCRIPTION="Folding@Home is a distributed computing project for protein folding."
HOMEPAGE="http://folding.stanford.edu/FAQ-SMP.html"
SRC_URI="http://www.stanford.edu/group/pandegroup/folding/release/FAH${PV}-Linux64.tgz"
LICENSE="folding-at-home"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S="${WORKDIR}"
I="opt/foldingathome"
QA_DT_HASH="${I}/.*"
QA_PRESTRIPPED="${I}/fah6"
pkg_setup() {
I="${EPREFIX}/${I}"
}
src_install() {
exeinto ${I}
doexe "${FILESDIR}"/${PV}/initfolding || die
doexe fah6 || die
newconfd "${FILESDIR}"/${PV}/folding-conf.d foldingathome || die
newinitd "${FILESDIR}"/${PV}/fah-init foldingathome || die
}
pkg_preinst() {
# the bash shell is important for "su -c" in init script
enewuser foldingathome -1 /bin/bash /opt/foldingathome
}
pkg_postinst() {
chown -R foldingathome:nogroup "${EPREFIX}"/opt/foldingathome
einfo "To run Folding@home in the background at boot:"
einfo " rc-update add foldingathome default"
einfo ""
einfo "Please run ${I}/initfolding to configure your client"
einfo "and edit ${EPREFIX}/etc/conf.d/foldingathome for options"
einfo ""
einfo "I encourage you to acquire a username and join team 36480."
einfo "http://folding.stanford.edu/English/Download#ntoc2"
einfo ""
}
pkg_postrm() {
einfo "Folding@home data files were not removed."
einfo " Remove them manually from ${I}"
einfo ""
}