# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit eutils DESCRIPTION="Libnsgif is a decoding library for the GIF image file format, written in C. It was developed as part of the NetSurf project." HOMEPAGE="http://www.netsurf-browser.org/projects/${PN}" SRC_URI="http://www.netsurf-browser.org/projects/releases/${P}-src.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_compile() { emake || die "emake failed" } src_install() { emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed" }