X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fpdftoipe%2Fpdftoipe-20110517.ebuild;fp=media-gfx%2Fpdftoipe%2Fpdftoipe-20110517.ebuild;h=da352b222a572442e0ecff848d85413d0bbb5c44;hp=0000000000000000000000000000000000000000;hb=b8f7d88180f0d26e2d81100662d855c9cb18237a;hpb=b21351631df23f59efeb92db34add091a69dd63b diff --git a/media-gfx/pdftoipe/pdftoipe-20110517.ebuild b/media-gfx/pdftoipe/pdftoipe-20110517.ebuild new file mode 100644 index 0000000..da352b2 --- /dev/null +++ b/media-gfx/pdftoipe/pdftoipe-20110517.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="Converts pdf files to Ipe xml files" +HOMEPAGE="http://ipe7.sourceforge.net/" +PEXT="${P}-src" +SRC_URI="http://sourceforge.net/projects/ipe7/files%2Ftools%2F${PEXT}.tar.gz/download + -> ${P}.tar.gz" + + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="mirror" +IUSE="" +S="${WORKDIR}/${PEXT}" + +DEPEND="app-text/poppler + >=media-gfx/ipe-7.0.0" +RDEPEND="${DEPEND}" + +src_compile() { + emake || die +} + +src_install() { + exeinto /usr/bin/ + doexe $S/pdftoipe + doman $S/pdftoipe.1 +} + +