diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-24 13:57:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-24 13:57:13 +0000 |
commit | b546089201d75cb1061794bf86869ad69118108b (patch) | |
tree | 2fa4e45077319ea3310644bc489179cd1d57749a /sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild | |
parent | Version bump to latest, remove oldest release. (diff) | |
download | gentoo-2-b546089201d75cb1061794bf86869ad69118108b.tar.gz gentoo-2-b546089201d75cb1061794bf86869ad69118108b.tar.bz2 gentoo-2-b546089201d75cb1061794bf86869ad69118108b.zip |
sci-libs/profphd-utils: New addition
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild')
-rw-r--r-- | sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild b/sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild new file mode 100644 index 000000000000..39d1fd705eb7 --- /dev/null +++ b/sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild,v 1.1 2013/04/24 13:57:13 jlec Exp $ + +EAPI=5 + +inherit fortran-2 toolchain-funcs + +DESCRIPTION="Additional utils for profphd" +HOMEPAGE="https://rostlab.org/" +SRC_URI="ftp://rostlab.org/profphd-utils/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="dev-lang/perl" + +src_compile() { + emake \ + F77=$(tc-getF77) \ + AM_FFLAGS="" +} |