DESCRIPTION="Passepartout is GTK-based DTP-application" HOMEPAGE="http://www.stacken.kth.se/project/pptout" SRC_URI="http://www.stacken.kth.se/project/pptout/files/${P}.tar.bz2" LICENSE="BSD" SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc ~sparc" DEPEND=">=dev-cpp/libxmlpp-0.24.0 >=x11-libs/gtkmm-2.2.0" RDEPEND="dev-libs/libxslt app-text/ghostscript" src_compile() { econf || die "Configuration failed" emake || die "Building failed" } src_install() { einstall install || die "Install failed" dodoc AUTHORS BUGS COPYING NEWS README mv ${D}/usr/share/doc/passepartout ${D}/usr/share/doc/${P}/doc dosym /usr/share/xml/passepartout/xhtml.xslt /usr/share/doc/${P}/doc/xhtml.xslt dosym /usr/share/xml/passepartout/docbook.xslt /usr/share/doc/${P}/doc/docbook.xslt dosym /usr/share/xml/passepartout/xhtml.xslt /usr/share/doc/${P}/doc/examples/xhtml.xslt dosym /usr/share/xml/passepartout/docbook.xslt /usr/share/doc/${P}/doc/examples/docbook.xslt }