# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Convert PNG/JPEG/NetPBM to EPS" SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/bmeps/${P}.tar.gz" LICENSE="BSD License" KEYWORDS="x86" S=${WORKDIR}/${PN} DEPEND="sys-libs/zlib media-libs/libpng media-libs/jpeg media-libs/netpbm" src_compile() { cd ${S} econf || die "econf failed" emake || die "Error compiling bmeps executable" } src_install () { dobin bmeps }