X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fpdftoipe%2Fpdftoipe-20110116.ebuild;fp=media-gfx%2Fpdftoipe%2Fpdftoipe-20110116.ebuild;h=09a085d5e8fa9cd87bad7fe27115af9602ba7edd;hp=0000000000000000000000000000000000000000;hb=647608568122241436764cc54e800e5e0b20044f;hpb=2b7c38d34e089b7bd7c5dee0a464d4bfc137d6ee diff --git a/media-gfx/pdftoipe/pdftoipe-20110116.ebuild b/media-gfx/pdftoipe/pdftoipe-20110116.ebuild new file mode 100644 index 0000000..09a085d --- /dev/null +++ b/media-gfx/pdftoipe/pdftoipe-20110116.ebuild @@ -0,0 +1,33 @@ +# 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/" +SRC_URI="http://sourceforge.net/projects/ipe7/files/tools/${P}.tar.gz/download + -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="mirror" +IUSE="" + +DEPEND="app-text/poppler + >=media-gfx/ipe-7.0.0" +RDEPEND="${DEPEND}" + +src_compile() { + emake || die +} + +src_install() { + base=$WORKDIR/${P} + exeinto /usr/bin/ + doexe $base/pdftoipe + doman $base/pdftoipe.1 +} + +