# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ S=${WORKDIR}/${P} DESCRIPTION="PNG optimizing tool" SRC_URI="http://west.dl.sourceforge.net/sourceforge/pmt/${P}.tar.bz2" HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" DEPEND="sys-libs/zlib media-libs/libpng" RDEPEND="${DEPEND}" SLOT="0" KEYWORDS="x86" src_compile() { cp Makefile.gcc Makefile emake CFLAGS="-I. ${CFLAGS}" || die } src_install () { dobin pngcrush }