X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fipe5toxml%2Fipe5toxml-9999.ebuild;fp=media-gfx%2Fipe5toxml%2Fipe5toxml-9999.ebuild;h=8fb2d5d25befff20bd4189a22595b8a0d17a0912;hp=0000000000000000000000000000000000000000;hb=605aaadb12cd271bcff3c24a419cae1bd0c5cea8;hpb=242fe925677545626d709959028c569d489934d4 diff --git a/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild b/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild new file mode 100644 index 0000000..8fb2d5d --- /dev/null +++ b/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild @@ -0,0 +1,34 @@ +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=0 + +inherit git-2 + +DESCRIPTION="Converts Ipe-5 files to Ipe-6 files" +HOMEPAGE="https://github.com/otfried/ipe-tools/tree/master/figtoipe" +EGIT_REPO_URI="https://github.com/otfried/ipe-tools.git" +SRC_URI="" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +BASEDIR="${WORKDIR}/${P}/ipe5toxml" + +src_compile() { + cd ${BASEDIR} + emake +} + +src_install() { + cd ${BASEDIR} + exeinto /usr/bin/ + doexe ipe5toxml +} + +