# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="eboxy is a small Linux application for building user interfaces for set-top boxes, suitable for use on a TV. It reads an XML file describing a simple GUI consisting of pages and widgets, and displays it on the screen." HOMEPAGE="http://eboxy.sourceforge.net" SRC_URI="http://switch.dl.sourceforge.net/sourceforge/eboxy/eboxy-${PV}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="-* x86" IUSE="" DEPEND="dev-libs/libxml2 media-libs/libsdl media-libs/sdl-ttf media-libs/sdl-image media-libs/sdl-gui " src_compile() { econf || die "could not configure" emake || die "make failed" } src_install() { make install \ prefix=${D}/usr \ bindir=${D}/usr/bin \ datadir=${D}/usr/share/eboxy \ docdir=${D}/usr/share/doc/${P} \ mandir=${D}/usr/share/man || die chmod -x ${D}/usr/share/man/*/* }