# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Philips LightFrame2 for X" HOMEPAGE="http://xlightframe.sourceforge.net" SRC_URI="mirror://sourceforge/xlightframe/xLightFrame.${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-devel/gcc sys-devel/libtool virtual/x11" S="${WORKDIR}/xLightFrame.${PV}" inherit flag-o-matic src_compile() { append-ldflags -L/usr/lib/ -lX11 -lXext -lXpm econf || die "could not configure" emake || die "emake failed" } src_install() { einstall || die "einstall failed" }