# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A series of tools for the PNG image format" HOMEPAGE="http://www.stillhq.com/pngtools/" MY_PV=${PV/./_} SRC_URI="http://www.stillhq.com/pngtools/source/pngtools_${MY_PV}.tgz" S=${WORKDIR}/${PN} LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=libpng-1.2.8-r1" RDEPEND=">=libpng-1.2.8-r1" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" }