diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-15 10:41:26 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-15 16:03:47 +0200 |
commit | 30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c (patch) | |
tree | f55e8a14600a1f8e0d29f081a3cf449164ea1b34 /sci-libs/libccp4 | |
parent | sys-cluster/galera: Version bump (diff) | |
download | gentoo-30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c.tar.gz gentoo-30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c.tar.bz2 gentoo-30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c.zip |
sci-libs/libccp4: New package, ebuild written by me
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/libccp4')
-rw-r--r-- | sci-libs/libccp4/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libccp4/libccp4-6.4.6.ebuild | 30 | ||||
-rw-r--r-- | sci-libs/libccp4/metadata.xml | 9 |
3 files changed, 40 insertions, 0 deletions
diff --git a/sci-libs/libccp4/Manifest b/sci-libs/libccp4/Manifest new file mode 100644 index 000000000000..423b5f8ad862 --- /dev/null +++ b/sci-libs/libccp4/Manifest @@ -0,0 +1 @@ +DIST libccp4-6.4.6.tar.gz 934709 SHA256 a51b59c101bd94385408ffd070ec77fcefe43c519e7d6f7ad88d6b204935b8fa SHA512 38893d7c8bec99b6d1245586695d98900284543dfe7f87e0cab81a7f7f93b3dac0780c3ea576fb910fc3712d7b9226814ebe05530948ace136860f398e11daf6 WHIRLPOOL 55c1c02c5e357940da50021e1adaa7018cdf84df6d53f66893fc175afb3458333a92c9542ac6db44faee33f23c39343b5c1703280cee0825fa4f0c28be110074 diff --git a/sci-libs/libccp4/libccp4-6.4.6.ebuild b/sci-libs/libccp4/libccp4-6.4.6.ebuild new file mode 100644 index 000000000000..0011f0f57e3d --- /dev/null +++ b/sci-libs/libccp4/libccp4-6.4.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +FORTRAN_NEEDED=fortran + +inherit autotools-utils fortran-2 + +DESCRIPTION="The CCP4 C and F77 subroutine library" +HOMEPAGE="http://www.ccp4.ac.uk/" +SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3 LGPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="fortran static-libs" + +RDEPEND="sci-libs/mmdb:2" +DEPEND="${RDEPEND} +" +AUTOTOOLS_IN_SOURCE_BUILD=1 + +src_configure() { + myeconfargs=( + $(use_enable fortran) + ) + autotools-utils_src_configure +} diff --git a/sci-libs/libccp4/metadata.xml b/sci-libs/libccp4/metadata.xml new file mode 100644 index 000000000000..95180e10e21c --- /dev/null +++ b/sci-libs/libccp4/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-chemistry</herd> + <maintainer> + <email>jlec@gentoo.org</email> + <name>Justin Lecher</name> + </maintainer> +</pkgmetadata> |