| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/gpicview-0.2.2.ebuild,v 1.5 2012/08/03 16:31:33 ago Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
DESCRIPTION="A Simple and Fast Image Viewer for X"
|
| 8 |
HOMEPAGE="http://lxde.sourceforge.net/gpicview"
|
| 9 |
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="~alpha amd64 arm ppc x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND="virtual/jpeg
|
| 17 |
>=x11-libs/gtk+-2.6:2"
|
| 18 |
DEPEND="${RDEPEND}
|
| 19 |
>=dev-util/intltool-0.40
|
| 20 |
virtual/pkgconfig
|
| 21 |
sys-devel/gettext"
|
| 22 |
|
| 23 |
src_install() {
|
| 24 |
emake DESTDIR="${D}" install
|
| 25 |
dodoc AUTHORS
|
| 26 |
}
|