| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gfsview/gfsview-20111003.ebuild,v 1.3 2012/05/04 08:07:00 jdhore Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
inherit autotools-utils
|
| 8 |
|
| 9 |
MYP=${P/-20/-snapshot-}
|
| 10 |
|
| 11 |
DESCRIPTION="Graphical viewer for Gerris simulation files"
|
| 12 |
HOMEPAGE="http://gfs.sourceforge.net/"
|
| 13 |
SRC_URI="http://gerris.dalembert.upmc.fr/gerris/tarballs/${MYP}.tar.gz"
|
| 14 |
|
| 15 |
LICENSE="GPL-2"
|
| 16 |
SLOT="0"
|
| 17 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
| 18 |
IUSE="static-libs"
|
| 19 |
|
| 20 |
RDEPEND="sci-libs/gerris
|
| 21 |
media-libs/ftgl
|
| 22 |
media-libs/mesa[osmesa]
|
| 23 |
x11-libs/gtk+:2
|
| 24 |
>=x11-libs/gtkglext-1.0.6
|
| 25 |
x11-libs/startup-notification"
|
| 26 |
|
| 27 |
DEPEND="${RDEPEND}
|
| 28 |
virtual/pkgconfig"
|
| 29 |
|
| 30 |
S="${WORKDIR}/${MYP}"
|
| 31 |
|
| 32 |
export LIBS=-lGL
|