# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" inherit eutils DESCRIPTION="The next-generation Web Editor based on the rendering engine of Firefox" HOMEPAGE="http://www.bluegriffon.org/" SRC_URI="http://bluegriffon.org/freshmeat/1.0/${PN}-Linux-x86.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" src_install() { insinto /usr/share/${PN} doins -r * || die "doins failed" fperms a+x /usr/share/${PN}/${PN} || die "fperms failed" dosym /usr/share/${PN}/${PN} /usr/bin/${PN} || die "dosym failed" doman misc/${PN}.1 || die "doman failed" doicon misc/*.{svg,png} || die "doicon failed" domenu misc/${PN}.desktop || die "domenu failed" }