| 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-20091219.ebuild,v 1.4 2012/05/04 08:07:00 jdhore Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
inherit eutils
|
| 7 |
|
| 8 |
DESCRIPTION="Graphical viewer for Gerris simulation files."
|
| 9 |
HOMEPAGE="http://gfs.sourceforge.net/"
|
| 10 |
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
| 11 |
|
| 12 |
LICENSE="GPL-2"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="~amd64 ~x86"
|
| 15 |
|
| 16 |
IUSE=""
|
| 17 |
RDEPEND=">=x11-libs/gtkglext-1.0.6
|
| 18 |
x11-libs/gtk+:2
|
| 19 |
x11-libs/startup-notification
|
| 20 |
>=sci-libs/gerris-${PV}"
|
| 21 |
DEPEND="${RDEPEND}
|
| 22 |
virtual/pkgconfig"
|
| 23 |
|
| 24 |
S="${WORKDIR}/${PN}-snapshot-091219"
|
| 25 |
|
| 26 |
src_install() {
|
| 27 |
emake DESTDIR="${D}" install || die "emake install failed"
|
| 28 |
dodoc AUTHORS ChangeLog NEWS README TODO
|
| 29 |
}
|