# 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=`echo ${PV} |tr '.' '_'` SRC_URI="http://www.stillhq.com/pngtools/source/pngtools_${MY_PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=libpng-1.2.8-r1" RDEPEND=">=libpng-1.2.8-r1" src_compile() { cd ${WORKDIR}/pngtools || die econf || die "econf failed" emake || die "emake failed" } src_install() { cd ${WORKDIR}/pngtools || die einstall || die "einstall failed" }