# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild,v 1.3 2014/03/13 05:47:03 ssuominen Exp $ EAPI="5" inherit autotools eutils MY_PV="0.1.0" DESCRIPTION="converts Visio VSD files into SVG" HOMEPAGE="http://dia-installer.de/vsd2svg/ https://github.com/MT4SoftwareStudio/vsd2svg" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="media-libs/libvisio" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS="AUTHORS NEWS README" S="${WORKDIR}/${PN}-${MY_PV}" src_prepare() { #patch source https://github.com/MT4SoftwareStudio/vsd2svg/ epatch "${FILESDIR}/0001-update-to-use-librevenge-and-libvisio-0.1.patch" epatch "${FILESDIR}/0002-coding-style-fixes.patch" eautoreconf }