aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-05-13 11:41:20 +0200
committerJustin Lecher <jlec@gentoo.org>2014-05-13 11:41:20 +0200
commit49f2a73bf8c0aa50baa39ceb75a10b30ebfd9c28 (patch)
treeacf15aea026577b842ed4c98952166881a077163 /sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild
parentsci-chemistry/phenix-bin: Version Bump (diff)
downloadsci-49f2a73bf8c0aa50baa39ceb75a10b30ebfd9c28.tar.gz
sci-49f2a73bf8c0aa50baa39ceb75a10b30ebfd9c28.tar.bz2
sci-49f2a73bf8c0aa50baa39ceb75a10b30ebfd9c28.zip
sci-libs/amber99sbnmr: New addition, written by me
Package-Manager: portage-2.2.10
Diffstat (limited to 'sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild')
-rw-r--r--sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild b/sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild
new file mode 100644
index 000000000..059366a65
--- /dev/null
+++ b/sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="AMBER99SBnmr1 force field (Lindorff-Larsen et al., Proteins 78, 1950-58, 2010)"
+HOMEPAGE="https://research.chemistry.ohio-state.edu/bruschweiler/protein-force-field/"
+SRC_URI="http://research.chemistry.ohio-state.edu/bruschweiler/files/2013/09/nmr1.tar -> ${P}.tar"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${WORKDIR}"
+
+RESTRICT="strip binchecks"
+
+src_install() {
+ insinto /usr/share/gromacs/top/
+ dodoc */*.doc
+ rm */*.doc || die
+ doins -r *
+}