summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gpicview/gpicview-0.1.11.ebuild')
-rw-r--r--media-gfx/gpicview/gpicview-0.1.11.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/gpicview/gpicview-0.1.11.ebuild b/media-gfx/gpicview/gpicview-0.1.11.ebuild
new file mode 100644
index 000000000000..2fa98fd22872
--- /dev/null
+++ b/media-gfx/gpicview/gpicview-0.1.11.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/gpicview-0.1.11.ebuild,v 1.1 2009/05/24 19:05:11 maekke Exp $
+
+DESCRIPTION="A Simple and Fast Image Viewer for X"
+HOMEPAGE="http://lxde.sourceforge.net/gpicview"
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ media-libs/jpeg"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS
+}