From feb0daf81d888e9160f9f94502de09b66f2a63fd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jun 2020 17:50:24 +0100 Subject: gentoo resync : 21.06.2020 --- sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild (limited to 'sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild') diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild new file mode 100644 index 000000000000..daba15405832 --- /dev/null +++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MY_PN="${PN%%-bin}" +MY_P="${MY_PN}_${PV}" + +DESCRIPTION="Analysis of NMR spectra and Computer Aided Resonance Assignment" +SRC_URI=" + http://www.cara.nmr-software.org/downloads/${MY_P}_linux.gz + https://dev.gentoo.org/~jlec/distfiles//Start1.2.cara.xz" +HOMEPAGE="http://www.nmr.ch" + +LICENSE="CARA" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="lua" + +RDEPEND=" + !prefix? ( + >=media-libs/fontconfig-2.10.92[abi_x86_32(-)] + >=media-libs/freetype-2.5.0.1[abi_x86_32(-)] + >=x11-libs/libICE-1.0.8-r1[abi_x86_32(-)] + >=x11-libs/libSM-1.2.1-r1[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXcursor-1.1.14[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)] + >=x11-libs/libXi-1.7.2[abi_x86_32(-)] + >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)] + >=x11-libs/libXrender-0.9.8[abi_x86_32(-)] + ) + sys-libs/libstdc++-v3:5 + lua? ( dev-lang/lua )" +DEPEND="" + +RESTRICT="bindist mirror" + +QA_PREBUILT="opt/cara/*" + +S="${WORKDIR}" + +src_install() { + exeinto /opt/cara + doexe ${MY_P}_linux + dosym ../cara/${MY_P}_linux /opt/bin/cara + dodoc Start1.2.cara +} -- cgit v1.2.3