# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gimmage/gimmage-0.2.3.ebuild,v 1.6 2008/11/30 17:51:59 maekke Exp $ inherit eutils autotools DESCRIPTION="A slim GTK-based image browser" HOMEPAGE="http://gimmage.berlios.de/" SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" RDEPEND="dev-cpp/cairomm >=dev-cpp/gtkmm-2.6.2 net-misc/curl sys-apps/file" DEPEND="${RDEPEND} sys-devel/gettext dev-util/pkgconfig" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gcc43.patch epatch "${FILESDIR}"/${P}-as-needed.patch eautoreconf } src_compile() { econf $(use_enable debug) || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" }