# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="babl" HOMEPAGE="" SRC_URI="ftp://ftp.gtk.org/pub/${PN}/0.0/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd ${S} } src_compile() { econf || die "configure failed" emake || die "emake failed" } src_install() { emake install DESTDIR=${D} || die "emake install failed" dodoc AUTHORS COPYING ChangeLog INSTALL README }