# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lightweight Toolkit Enabler for DirectFB" HOMEPAGE="http://www.directfb.org" SNAPSHOT="2006-02-02-05-25-22-UTC" SRC_URI="http://www.directfb.org/snapshots/lite-${SNAPSHOT}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="=dev-libs/DirectFB-999" RDEPEND="" S=${WORKDIR}/lite-${SNAPSHOT} src_compile() { ./autogen.sh --prefix=/usr || die "configuration failed" emake || die "compilatian failed" } src_install() { emake DESTDIR="${D}" install || die "Installation failed" }