diff options
Diffstat (limited to 'sci-astronomy/aatm/aatm-0.4.3.1.ebuild')
-rw-r--r-- | sci-astronomy/aatm/aatm-0.4.3.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild new file mode 100644 index 000000000000..e969e9a8798d --- /dev/null +++ b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +AUTOTOOLS_AUTORECONF=1 +inherit autotools-utils + +DESCRIPTION="Atmospheric Modelling for ALMA Observatory" +HOMEPAGE="http://www.mrao.cam.ac.uk/~bn204/alma/atmomodel.html" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz + http://dev.gentoo.org/~bicatali/distfiles/${P}-ac-boost.patch.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" + +RDEPEND="dev-libs/boost" +DEPEND="${RDEPEND}" + +PATCHES=( "${WORKDIR}"/${P}-ac-boost.patch ) |