From 86ae9d6d684e1dc7821fab5b1f2c7d39b6e7e185 Mon Sep 17 00:00:00 2001 From: "Chad A Simmons (CCIEChad)" Date: Thu, 18 Sep 2008 18:30:55 +0000 Subject: media-gfx/pho: New ebuild for bug 238032. Thanks to dzhus and Tommy svn path=/sunrise/; revision=7120 --- media-gfx/pho/pho-0.9.5.1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 media-gfx/pho/pho-0.9.5.1.ebuild (limited to 'media-gfx/pho/pho-0.9.5.1.ebuild') diff --git a/media-gfx/pho/pho-0.9.5.1.ebuild b/media-gfx/pho/pho-0.9.5.1.ebuild new file mode 100644 index 000000000..f5cfbc1fd --- /dev/null +++ b/media-gfx/pho/pho-0.9.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="GTK image viewer" +HOMEPAGE="http://shallowsky.com/software/pho/" +SRC_URI="http://shallowsky.com/software/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64" +DEPEND="dev-util/pkgconfig + x11-libs/gtk+" +RDEPEND="x11-libs/gtk+" +IUSE="" + +src_unpack() { +unpack ${A} +cd "${S}" +sed -i -e "s:-g -O -Wall:${CFLAGS}:" Makefile || die "sed fix of cflags failed" +sed -i -e "s:-Wall -g -O2:${CFLAGS}:" exif/Makefile || die "sed fix of cflags2 failed" +} + +src_install() { + dobin pho || die "Install of pho binary failed" + doman pho.1 +} -- cgit v1.2.3-65-gdbad