# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.22.0.ebuild,v 1.1 2003/11/09 10:31:51 mr_bones_ Exp $ DESCRIPTION="A set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)." HOMEPAGE="http://www.student.lu.se/~nbi98oli" SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz" KEYWORDS="~x86" LICENSE="GPL-2" SLOT="0" IUSE="nls" DEPEND="media-libs/libpng nls? ( sys-devel/gettext )" src_compile() { econf \ `use_enable nls` \ --disable-dependency-tracking || die emake || die "emake failed" } src_install() { einstall || die dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" }