aboutsummaryrefslogtreecommitdiff
blob: 6a6ce971cb9fd8cb282b35c7802f279adb5d6550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

AUTOTOOLS_AUTORECONF=y

inherit autotools-utils flag-o-matic  fortran-2

_AP=001

DESCRIPTION="The USF program suite"
HOMEPAGE="http://xray.bmc.uu.se/usf/"
SRC_URI="
	http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> ${P}.tar.gz
	http://dev.gentoo.org/~jlec/distfiles/${PN}-autotools-${_AP}.tar.xz"

SLOT="0"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"

RDEPEND="
	sci-libs/ccp4-libs
	sci-libs/mmdb"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/usf_export

src_prepare() {
	append-fflags -ffixed-line-length-132 -DLINUX -cpp
	autotools-utils_src_prepare
}