# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.26.0.ebuild,v 1.4 2007/04/08 21:41:40 welp Exp $ DESCRIPTION="A set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)." HOMEPAGE="http://www.nongnu.org/icoutils/" SRC_URI="http://savannah.nongnu.org/download/icoutils/${P}.tar.gz" KEYWORDS="amd64 ppc x86" LICENSE="GPL-2" SLOT="0" IUSE="nls" RDEPEND="media-libs/libpng nls? ( virtual/libintl ) >=dev-lang/perl-5.6 >=dev-perl/libwww-perl-5.64" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_compile() { econf \ `use_enable nls` \ --disable-dependency-tracking || die emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" }