# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/fbi/fbi-1.31.ebuild,v 1.11 2004/12/18 20:28:19 corsair Exp $ inherit gcc DESCRIPTION="A image viewer for the Linux framebuffer console." HOMEPAGE="http://linux.bytesex.org/fbida/" SRC_URI="http://dl.bytesex.org/releases/fbida/${P/-/_}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc hppa ~amd64 ~sparc ~ppc64" IUSE="png jpeg gif tiff curl lirc X" DEPEND="jpeg? ( >=media-libs/jpeg-6b ) png? ( media-libs/libpng ) gif? ( media-libs/libungif ) tiff? ( media-libs/tiff ) curl? ( net-misc/curl ) lirc? ( app-misc/lirc ) X? ( virtual/x11 )" src_compile() { export CFLAGS="${CFLAGS}" make CC="$(gcc-getCC)" || die } src_install() { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ install || die dodoc README }